Skip to content

Commit 1e8ac20

Browse files
use v2 instead of main
1 parent 8dec8f6 commit 1e8ac20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
aws_secret_id: ${{ secrets.aws_secret_id }}
6060

6161
- name: "Generate Sarif Report"
62-
# TODO: Use v2 once it has been re-tagged to include this action
63-
uses: mongodb-labs/drivers-github-tools/code-scanning-export@main
62+
uses: mongodb-labs/drivers-github-tools/code-scanning-export@v2
6463
with:
6564
ref: main
6665
output-file: sarif-report.json
@@ -72,7 +71,7 @@ jobs:
7271
package_version=$(jq --raw-output '.version' package.json)
7372
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
7473
- name: actions/publish_asset_to_s3
75-
uses: mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
74+
uses: mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
7675
with:
7776
version: ${{ steps.get_version.outputs.package_version }}
7877
product_name: mongodb-legacy
@@ -106,7 +105,7 @@ jobs:
106105
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
107106
108107
- name: actions/publish_asset_to_s3
109-
uses: mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
108+
uses: mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
110109
with:
111110
version: ${{ steps.get_version.outputs.package_version }}
112111
product_name: mongodb-legacy

0 commit comments

Comments
 (0)