We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f1265 commit ef3fd31Copy full SHA for ef3fd31
.github/workflows/codeql.yaml
@@ -34,12 +34,12 @@ jobs:
34
java-version: 25
35
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
38
with:
39
queries: +security-and-quality
40
41
- name: Autobuild
42
- uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/autobuild@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
0 commit comments