File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 59
59
aws_secret_id : ${{ secrets.aws_secret_id }}
60
60
61
61
- 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
64
63
with :
65
64
ref : main
66
65
output-file : sarif-report.json
72
71
package_version=$(jq --raw-output '.version' package.json)
73
72
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
74
73
- 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
76
75
with :
77
76
version : ${{ steps.get_version.outputs.package_version }}
78
77
product_name : mongodb-legacy
@@ -106,7 +105,7 @@ jobs:
106
105
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
107
106
108
107
- 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
110
109
with :
111
110
version : ${{ steps.get_version.outputs.package_version }}
112
111
product_name : mongodb-legacy
You can’t perform that action at this time.
0 commit comments