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.
2 parents 498ee6b + eaf26ac commit a507260Copy full SHA for a507260
.github/workflows/codeql.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
+ uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
39
with:
40
languages: ${{ matrix.language }}
41
build-mode: ${{ matrix.build-mode }}
@@ -51,7 +51,7 @@ jobs:
51
exit 1
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
+ uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
55
56
category: "/language:${{matrix.language}}"
57
0 commit comments