Skip to content

Commit 2a395cf

Browse files
committed
use upstream
1 parent fd8f589 commit 2a395cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

full-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
- name: Generate SBOM File
4949
# not all packages have third party dependencies, and so not all packages integrate with silk.
5050
if: ${{ inputs.silk_asset_group }} || ${{ inputs.sbom_in_path }}
51-
uses: mongodb-labs/drivers-github-tools/sbom@DRIVERS-3110
51+
uses: mongodb-labs/drivers-github-tools/sbom@v2
5252
with:
5353
silk_asset_group: ${{ inputs.silk_asset_group }}
5454
sbom_file_name: ${{ inputs.sbom_file_name }}

python/post-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
shell: bash
6666
run: |
6767
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
68-
- uses: mongodb-labs/drivers-github-tools/full-report@DRIVERS-3110
68+
- uses: mongodb-labs/drivers-github-tools/full-report@v2
6969
with:
7070
product_name: ${{ inputs.product_name }}
7171
release_version: ${{ inputs.version }}

0 commit comments

Comments
 (0)