We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c3124 commit 05af159Copy full SHA for 05af159
1 file changed
.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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
+ uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
+ uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
0 commit comments