diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4653a50..6f56910 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -82,7 +82,7 @@ jobs: # have. Findings still surface in the logs. Drop continue-on-error and # `upload: failure-only` once the repo is public. continue-on-error: true - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: category: "/language:${{ matrix.language }}" upload: failure-only