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.
2 parents 2051c52 + 5c2a615 commit e0efe0bCopy full SHA for e0efe0b
.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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+ uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # 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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+ uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
0 commit comments