We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7329586 commit fec0085Copy full SHA for fec0085
.github/workflows/codeql.yml
@@ -38,9 +38,9 @@ jobs:
38
submodules: true
39
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
42
with:
43
languages: go
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
0 commit comments