diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08bdc6a..f9d30f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,6 +132,6 @@ jobs: build-mode: none queries: security-extended source-root: ${{ needs.setup.outputs.checkout_path }} - - uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + - uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: checkout_path: ${{ needs.setup.outputs.checkout_path }}