Skip to content

Commit b0f9264

Browse files
chore: use sarif report action from main (#699)
Co-authored-by: Andreas Braun <[email protected]>
1 parent cc2871e commit b0f9264

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-5.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
aws_secret_id: ${{ secrets.aws_secret_id }}
6060

6161
- 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
6364
with:
6465
ref: 5.x
6566
output-file: sarif-report.json

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
aws_secret_id: ${{ secrets.aws_secret_id }}
5959

6060
- 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
6263
with:
6364
ref: main
6465
output-file: sarif-report.json

0 commit comments

Comments
 (0)