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 7c03e9b commit f589bccCopy full SHA for f589bcc
.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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
+ uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # 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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
+ uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
0 commit comments