Skip to content

Commit d6aae35

Browse files
use v2
1 parent 79a327c commit d6aae35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
aws_secret_id: ${{ secrets.aws_secret_id }}
120120

121121
- name: "Generate Sarif Report"
122-
# TODO: Use v2 once it has been re-tagged to include this action
123-
uses: mongodb-labs/drivers-github-tools/code-scanning-export@main
122+
uses: mongodb-labs/drivers-github-tools/code-scanning-export@v2
124123
with:
125124
ref: main
126125
output-file: sarif-report.json
@@ -133,7 +132,7 @@ jobs:
133132
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
134133
135134
- name: actions/publish_asset_to_s3
136-
uses: mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
135+
uses: mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
137136
with:
138137
version: ${{ steps.get_version.outputs.package_version }}
139138
product_name: mongodb-client-encryption

0 commit comments

Comments
 (0)