diff --git a/.github/workflows/release-5.x.yml b/.github/workflows/release-5.x.yml index 711b11ad..16d63ae6 100644 --- a/.github/workflows/release-5.x.yml +++ b/.github/workflows/release-5.x.yml @@ -59,7 +59,8 @@ jobs: aws_secret_id: ${{ secrets.aws_secret_id }} - name: "Generate Sarif Report" - uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report" + # TODO: Use v2 once it has been re-tagged to include this action + uses: mongodb-labs/drivers-github-tools/code-scanning-export@main with: ref: 5.x output-file: sarif-report.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3929d783..3303840d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,8 @@ jobs: aws_secret_id: ${{ secrets.aws_secret_id }} - name: "Generate Sarif Report" - uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report" + # TODO: Use v2 once it has been re-tagged to include this action + uses: mongodb-labs/drivers-github-tools/code-scanning-export@main with: ref: main output-file: sarif-report.json