Skip to content

Commit

Permalink
use 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Feb 20, 2025
1 parent 50db3ba commit 29dfc1e
Showing 1 changed file with 7 additions and 7 deletions.
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: baileympearson/drivers-github-tools/node/setup@f5f99dcc09d5ebb0ae2868f932546f03378517d8
uses: baileympearson/drivers-github-tools/node/setup@bailey-sbom-2.0
with:
ignore_install_scripts: false

- name: Load version and package info
uses: baileympearson/drivers-github-tools/node/get_version_info@f5f99dcc09d5ebb0ae2868f932546f03378517d8
uses: baileympearson/drivers-github-tools/node/get_version_info@bailey-sbom-2.0
with:
npm_package_name: mongodb

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

- name: Generate authorized pub report
uses: baileympearson/drivers-github-tools/full-report@f5f99dcc09d5ebb0ae2868f932546f03378517d8
uses: baileympearson/drivers-github-tools/full-report@bailey-sbom-2.0
with:
release_version: ${{ env.package_version }}
product_name: mongodb
Expand All @@ -83,7 +83,7 @@ jobs:
evergreen_project: mongo-node-driver-next
evergreen_commit: ${{ env.commit }}

- uses: baileympearson/drivers-github-tools/upload-s3-assets@f5f99dcc09d5ebb0ae2868f932546f03378517d8
- uses: baileympearson/drivers-github-tools/upload-s3-assets@bailey-sbom-2.0
with:
version: ${{ env.package_version }}
product_name: mongodb
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Node and dependencies
uses: baileympearson/drivers-github-tools/node/setup@f5f99dcc09d5ebb0ae2868f932546f03378517d8
uses: baileympearson/drivers-github-tools/node/setup@bailey-sbom-2.0

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

0 comments on commit 29dfc1e

Please sign in to comment.