Skip to content

Commit

Permalink
use action from main
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 3, 2024
1 parent cc2871e commit 441640b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
aws_secret_id: ${{ secrets.aws_secret_id }}

- name: "Generate Sarif Report"
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
uses: mongodb-labs/drivers-github-tools/node/code-scanning-export@main
with:
ref: 5.x
output-file: sarif-report.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
aws_secret_id: ${{ secrets.aws_secret_id }}

- name: "Generate Sarif Report"
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
uses: mongodb-labs/drivers-github-tools/node/code-scanning-export@main
with:
ref: main
output-file: sarif-report.json
Expand Down

0 comments on commit 441640b

Please sign in to comment.