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 5375481 commit 1006f46Copy full SHA for 1006f46
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2
+ uses: github/codeql-action/init@85b07cf1e13dd512be7c27c37a33c5864c252fcc # v2
33
with:
34
languages: ${{ matrix.language }}
35
@@ -40,4 +40,4 @@ jobs:
40
# Change run command
41
42
- name: Perform CodeQL Analysis
43
- uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2
+ uses: github/codeql-action/analyze@85b07cf1e13dd512be7c27c37a33c5864c252fcc # v2
0 commit comments