We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2192cd7 commit eb5e3afCopy full SHA for eb5e3af
.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
54
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
55
56
- name: Initialize CodeQL
57
- uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
+ uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
58
with:
59
languages: ${{ matrix.language }}
60
@@ -66,4 +66,4 @@ jobs:
66
cake-version: tool-manifest
67
68
- name: Perform CodeQL Analysis
69
- uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
+ uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
0 commit comments