We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbaefa commit 15515c2Copy full SHA for 15515c2
1 file changed
.github/workflows/codeql-analysis.yml
@@ -23,12 +23,12 @@ jobs:
23
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
24
25
- name: Initialize CodeQL
26
- uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
27
with:
28
languages: ${{ matrix.language }}
29
30
- name: Autobuild
31
- uses: github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
+ uses: github/codeql-action/autobuild@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
32
33
- name: Perform CodeQL Analysis
34
- uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
0 commit comments