Skip to content

Commit 362364e

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] <[email protected]>
1 parent 2faa561 commit 362364e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.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@v4
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: true
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: kerberos
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
@@ -66,13 +66,13 @@ jobs:
6666
# only used for mongodb-client-encryption
6767
- name: Augment SBOM and copy to release assets
6868
if: ${{ '' != '' }}
69-
uses: mongodb-labs/drivers-github-tools/sbom@v2
69+
uses: mongodb-labs/drivers-github-tools/sbom@v3
7070
with:
7171
silk_asset_group: ''
7272
sbom_file_name: sbom.json
7373

7474
- name: Generate authorized pub report
75-
uses: mongodb-labs/drivers-github-tools/full-report@v2
75+
uses: mongodb-labs/drivers-github-tools/full-report@v3
7676
with:
7777
release_version: ${{ env.package_version }}
7878
product_name: kerberos
@@ -82,7 +82,7 @@ jobs:
8282
token: ${{ github.token }}
8383
sbom_file_name: sbom.json
8484

85-
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
85+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v3
8686
with:
8787
version: ${{ env.package_version }}
8888
product_name: kerberos
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v4
9797

9898
- name: Install Node and dependencies
99-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
99+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
100100
with:
101101
ignore_install_scripts: true
102102

.github/workflows/release_notes.yml

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

4646

4747
- name: Install Node and dependencies
48-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
48+
uses: mongodb-labs/drivers-github-tools/node/setup@v3
4949
with:
5050
ignore_install_scripts: true
5151

0 commit comments

Comments
 (0)