File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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
- uses : " alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-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
63
64
with :
64
65
ref : 5.x
65
66
output-file : sarif-report.json
Original file line number Diff line number Diff line change 58
58
aws_secret_id : ${{ secrets.aws_secret_id }}
59
59
60
60
- name : " Generate Sarif Report"
61
- uses : " alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
61
+ # TODO: Use v2 once it has been re-tagged to include this action
62
+ uses : mongodb-labs/drivers-github-tools/code-scanning-export@main
62
63
with :
63
64
ref : main
64
65
output-file : sarif-report.json
You can’t perform that action at this time.
0 commit comments