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 cd4d19cCopy full SHA for cd4d19c
.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@9278e421667d5d90a2839487a482448c4ec7df4d # v3
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@9278e421667d5d90a2839487a482448c4ec7df4d # v3
0 commit comments