diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d9b5e3cc..71da6d31 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -75,7 +75,7 @@ jobs: --message-format=json | ${CARGO_HOME}/bin/clippy-sarif | tee rust-clippy-results.sarif | ${CARGO_HOME}/bin/sarif-fmt - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8 + uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true