diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index 4f13be4..6b90382 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -161,7 +161,7 @@ jobs: path: snyk.sarif - name: Upload the SARIF file to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 + uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2 if: ${{ github.event_name != 'pull_request' }} with: sarif_file: snyk.sarif diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9ed1e0..2f97a1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,7 +199,7 @@ jobs: path: snyk.sarif - name: Upload the SARIF file to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@4759df8df70c5ebe7042c3029bbace20eee13edd # v2 + uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2 if: ${{ github.event_name != 'pull_request' }} with: sarif_file: snyk.sarif