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 3f96414 commit 7fea19eCopy full SHA for 7fea19e
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
+ uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
46
with:
47
languages: ${{ matrix.language }}
48
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -67,4 +67,4 @@ jobs:
67
# make release
68
69
- name: Perform CodeQL Analysis
70
- uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
+ uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
0 commit comments