Skip to content

Commit 1ed937e

Browse files
chore(deps): bump mongodb-labs/drivers-github-tools from 2 to 3
Bumps [mongodb-labs/drivers-github-tools](https://github.com/mongodb-labs/drivers-github-tools) from 2 to 3. - [Release notes](https://github.com/mongodb-labs/drivers-github-tools/releases) - [Commits](mongodb-labs/drivers-github-tools@v2...v3) --- updated-dependencies: - dependency-name: mongodb-labs/drivers-github-tools dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b183de3 commit 1ed937e

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Install Node and dependencies
18-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
18+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
1919
- run: npm run check:dependencies

.github/workflows/release-5.x.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
ref: '5.x'
4242

4343
- name: Install Node and dependencies
44-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
44+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
4545
with:
4646
ignore_install_scripts: false
4747

4848
- name: Load version and package info
49-
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v2
49+
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v3
5050
with:
5151
npm_package_name: mongodb
5252

5353
- name: actions/compress_sign_and_upload
54-
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
54+
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v3
5555
with:
5656
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5757
aws_region_name: us-east-1
@@ -67,13 +67,13 @@ jobs:
6767
# only used for mongodb-client-encryption
6868
- name: Augment SBOM and copy to release assets
6969
if: ${{ '' != '' }}
70-
uses: mongodb-labs/drivers-github-tools/sbom@v2
70+
uses: mongodb-labs/drivers-github-tools/sbom@v3
7171
with:
7272
silk_asset_group: ''
7373
sbom_file_name: sbom.json
7474

7575
- name: Generate authorized pub report
76-
uses: mongodb-labs/drivers-github-tools/full-report@v2
76+
uses: mongodb-labs/drivers-github-tools/full-report@v3
7777
with:
7878
release_version: ${{ env.package_version }}
7979
product_name: mongodb
@@ -85,7 +85,7 @@ jobs:
8585
evergreen_project: mongo-node-driver-next
8686
evergreen_commit: ${{ env.commit }}
8787

88-
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
88+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v3
8989
with:
9090
version: ${{ env.package_version }}
9191
product_name: mongodb
@@ -101,7 +101,7 @@ jobs:
101101
ref: '5.x'
102102

103103
- name: Install Node and dependencies
104-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
104+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
105105

106106
- run: npm publish --provenance --tag=5x
107107
if: ${{ needs.release_please.outputs.release_created }}

.github/workflows/release-6.8.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
ref: '6.8'
4242

4343
- name: Install Node and dependencies
44-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
44+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
4545
with:
4646
ignore_install_scripts: false
4747

4848
- name: Load version and package info
49-
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v2
49+
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v3
5050
with:
5151
npm_package_name: mongodb
5252

5353
- name: actions/compress_sign_and_upload
54-
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
54+
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v3
5555
with:
5656
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5757
aws_region_name: us-east-1
@@ -67,13 +67,13 @@ jobs:
6767
# only used for mongodb-client-encryption
6868
- name: Augment SBOM and copy to release assets
6969
if: ${{ '' != '' }}
70-
uses: mongodb-labs/drivers-github-tools/sbom@v2
70+
uses: mongodb-labs/drivers-github-tools/sbom@v3
7171
with:
7272
silk_asset_group: ''
7373
sbom_file_name: sbom.json
7474

7575
- name: Generate authorized pub report
76-
uses: mongodb-labs/drivers-github-tools/full-report@v2
76+
uses: mongodb-labs/drivers-github-tools/full-report@v3
7777
with:
7878
release_version: ${{ env.package_version }}
7979
product_name: mongodb
@@ -85,7 +85,7 @@ jobs:
8585
evergreen_project: mongo-node-driver-next
8686
evergreen_commit: ${{ env.commit }}
8787

88-
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
88+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v3
8989
with:
9090
version: ${{ env.package_version }}
9191
product_name: mongodb
@@ -101,7 +101,7 @@ jobs:
101101
ref: '6.8'
102102

103103
- name: Install Node and dependencies
104-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
104+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
105105

106106
# Just picking a string to put here so that releases from this branch are not marked "latest",
107107
# we should go and rm-dist-tag after this is published, no reason to keep it tagged.

.github/workflows/release-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fi
2828
- uses: actions/checkout@v5
2929
- name: Install Node and dependencies
30-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
30+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
3131
- run: npm version "${{ inputs.alphaVersion }}" --git-tag-version=false
3232
- run: npm publish --provenance --tag=alpha
3333
env:

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Install Node and dependencies
24-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
24+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
2525
- id: build_nightly
2626
run: npm run build:nightly
2727
- if: ${{ steps.build_nightly.outputs.publish == 'yes' }}

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
- uses: actions/checkout@v5
4040

4141
- name: Install Node and dependencies
42-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
42+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
4343
with:
4444
ignore_install_scripts: false
4545

4646
- name: Load version and package info
47-
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v2
47+
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v3
4848
with:
4949
npm_package_name: mongodb
5050

5151
- name: actions/compress_sign_and_upload
52-
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
52+
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v3
5353
with:
5454
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5555
aws_region_name: us-east-1
@@ -65,13 +65,13 @@ jobs:
6565
# only used for mongodb-client-encryption
6666
- name: Augment SBOM and copy to release assets
6767
if: ${{ '' != '' }}
68-
uses: mongodb-labs/drivers-github-tools/sbom@v2
68+
uses: mongodb-labs/drivers-github-tools/sbom@v3
6969
with:
7070
silk_asset_group: ''
7171
sbom_file_name: sbom.json
7272

7373
- name: Generate authorized pub report
74-
uses: mongodb-labs/drivers-github-tools/full-report@v2
74+
uses: mongodb-labs/drivers-github-tools/full-report@v3
7575
with:
7676
release_version: ${{ env.package_version }}
7777
product_name: mongodb
@@ -83,7 +83,7 @@ jobs:
8383
evergreen_project: mongo-node-driver-next
8484
evergreen_commit: ${{ env.commit }}
8585

86-
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
86+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v3
8787
with:
8888
version: ${{ env.package_version }}
8989
product_name: mongodb
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v5
9898

9999
- name: Install Node and dependencies
100-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
100+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
101101

102102
- run: npm publish --provenance --tag=latest
103103
if: ${{ needs.release_please.outputs.release_created }}

.github/workflows/release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Setup Node.js and npm install
4848
- name: Install Node and dependencies
49-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
49+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
5050

5151
# See: https://github.com/googleapis/release-please/issues/1274
5252

0 commit comments

Comments
 (0)