Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
- uses: actions/checkout@v4

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
uses: mongodb-labs/drivers-github-tools/node/setup@v3
with:
ignore_install_scripts: true

- name: Load version and package info
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v2
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v3
with:
npm_package_name: kerberos

- name: actions/compress_sign_and_upload
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v3
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: us-east-1
Expand All @@ -66,13 +66,13 @@ jobs:
# only used for mongodb-client-encryption
- name: Augment SBOM and copy to release assets
if: ${{ '' != '' }}
uses: mongodb-labs/drivers-github-tools/sbom@v2
uses: mongodb-labs/drivers-github-tools/sbom@v3
with:
silk_asset_group: ''
sbom_file_name: sbom.json

- name: Generate authorized pub report
uses: mongodb-labs/drivers-github-tools/full-report@v2
uses: mongodb-labs/drivers-github-tools/full-report@v3
with:
release_version: ${{ env.package_version }}
product_name: kerberos
Expand All @@ -82,7 +82,7 @@ jobs:
token: ${{ github.token }}
sbom_file_name: sbom.json

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

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
uses: mongodb-labs/drivers-github-tools/node/setup@v3
with:
ignore_install_scripts: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:


- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
uses: mongodb-labs/drivers-github-tools/node/setup@v3
with:
ignore_install_scripts: true

Expand Down