diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index 46d360c..145c401 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@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3 + uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4 if: ${{ github.event_name != 'pull_request' }} with: sarif_file: snyk.sarif diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4563ae4..eec1558 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@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3 + uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4 if: ${{ github.event_name != 'pull_request' }} with: sarif_file: snyk.sarif