File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ jobs:
119
119
aws_secret_id : ${{ secrets.aws_secret_id }}
120
120
121
121
- 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
124
123
with :
125
124
ref : main
126
125
output-file : sarif-report.json
@@ -133,7 +132,7 @@ jobs:
133
132
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
134
133
135
134
- 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
137
136
with :
138
137
version : ${{ steps.get_version.outputs.package_version }}
139
138
product_name : mongodb-client-encryption
You can’t perform that action at this time.
0 commit comments