We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fd917 commit 9e3473fCopy full SHA for 9e3473f
.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