diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 4494a1e0..88dcb69f 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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1 + uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true