We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7842b1a + a7d8bb3 commit 7c479c6Copy full SHA for 7c479c6
.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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # 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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
0 commit comments