We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e5052 commit 3ecc571Copy full SHA for 3ecc571
.github/workflows/release.yml
@@ -65,13 +65,13 @@ jobs:
65
# only used for mongodb-client-encryption
66
- name: Augment SBOM and copy to release assets
67
if: ${{ '' != '' }}
68
- uses: mongodb-labs/drivers-github-tools/sbom@v2
+ uses: baileympearson/drivers-github-tools/sbom@bailey-sbom-2.0
69
with:
70
silk_asset_group: ''
71
sbom_file_name: sbom.json
72
73
- name: Generate authorized pub report
74
- uses: blink1073/drivers-github-tools/full-report@fetsko/gha-sbom-action-silkbomb-2.0
+ uses: baileympearson/drivers-github-tools/full-report@bailey-sbom-2.0
75
76
release_version: ${{ env.package_version }}
77
product_name: mongodb
0 commit comments