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 48
48
aws_secret_id : ${{ secrets.aws_secret_id }}
49
49
50
50
- name : " Generate Sarif Report"
51
- # TODO: Use v2 once it has been re-tagged to include this action
52
- uses : mongodb-labs/drivers-github-tools/code-scanning-export@main
51
+ uses : mongodb-labs/drivers-github-tools/code-scanning-export@v2
53
52
with :
54
53
ref : main
55
54
output-file : sarif-report.json
62
61
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
63
62
64
63
- name : actions/publish_asset_to_s3
65
- uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
64
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
66
65
with :
67
66
version : ${{ steps.get_version.outputs.package_version }}
68
67
product_name : node-kerberos
96
95
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
97
96
98
97
- name : actions/publish_asset_to_s3
99
- uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
98
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
100
99
with :
101
100
version : ${{ steps.get_version.outputs.package_version }}
102
101
product_name : node-kerberos
You can’t perform that action at this time.
0 commit comments