File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 61
61
aws_secret_id : ${{ secrets.aws_secret_id }}
62
62
63
63
- name : " Generate Sarif Report"
64
- # TODO: Use v2 once it has been re-tagged to include this action
65
- uses : mongodb-labs/drivers-github-tools/code-scanning-export@main
64
+ uses : mongodb-labs/drivers-github-tools/code-scanning-export@v2
66
65
with :
67
66
ref : 5.x
68
67
output-file : sarif-report.json
75
74
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
76
75
77
76
- name : actions/publish_asset_to_s3
78
- uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
77
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
79
78
with :
80
79
version : ${{ steps.get_version.outputs.package_version }}
81
80
product_name : js-bson
@@ -109,7 +108,7 @@ jobs:
109
108
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
110
109
111
110
- name : actions/publish_asset_to_s3
112
- uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
111
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
113
112
with :
114
113
version : ${{ steps.get_version.outputs.package_version }}
115
114
product_name : js-bson
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
73
72
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
74
73
75
74
- name : actions/publish_asset_to_s3
76
- uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
75
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
77
76
with :
78
77
version : ${{ steps.get_version.outputs.package_version }}
79
78
product_name : js-bson
@@ -107,7 +106,7 @@ jobs:
107
106
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
108
107
109
108
- name : actions/publish_asset_to_s3
110
- uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@main
109
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3@v2
111
110
with :
112
111
version : ${{ steps.get_version.outputs.package_version }}
113
112
product_name : js-bson
You can’t perform that action at this time.
0 commit comments