We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e5e57 commit 1b7746fCopy full SHA for 1b7746f
1 file changed
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
43
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
46
with:
47
languages: ${{ matrix.language }}
48
@@ -54,4 +54,4 @@ jobs:
54
cake-version: tool-manifest
55
56
- name: Perform CodeQL Analysis
57
- uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
0 commit comments