diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index 4f13be4..934850f 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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3 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..243e20f 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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3 if: ${{ github.event_name != 'pull_request' }} with: sarif_file: snyk.sarif