Skip to content

Commit 3657a73

Browse files
use action
1 parent 441640b commit 3657a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

6161
- name: "Generate Sarif Report"
62-
uses: mongodb-labs/drivers-github-tools/node/code-scanning-export@main
62+
uses: mongodb-labs/drivers-github-tools/code-scanning-export@main
6363
with:
6464
ref: 5.x
6565
output-file: sarif-report.json

.github/workflows/release.yml

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

6060
- name: "Generate Sarif Report"
61-
uses: mongodb-labs/drivers-github-tools/node/code-scanning-export@main
61+
uses: mongodb-labs/drivers-github-tools/code-scanning-export@main
6262
with:
6363
ref: main
6464
output-file: sarif-report.json

0 commit comments

Comments
 (0)