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 043b6db commit 11311c1Copy full SHA for 11311c1
.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
42
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
+ uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3
45
with:
46
languages: ${{ matrix.language }}
47
@@ -53,4 +53,4 @@ jobs:
53
cake-version: 1.3.0
54
55
- name: Perform CodeQL Analysis
56
- uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
+ uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3
0 commit comments