We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192cd7 commit 42e87a8Copy full SHA for 42e87a8
.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@c793b717bc78562f491db7b0e93a3a178b099162 # 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@c793b717bc78562f491db7b0e93a3a178b099162 # v4
0 commit comments