We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0a1c8 commit 51f125dCopy full SHA for 51f125d
.github/workflows/ci.yml
@@ -95,12 +95,12 @@ jobs:
95
run: make modules.download modules.check
96
97
- name: Initialize CodeQL
98
- uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
+ uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
99
with:
100
languages: go
101
102
- name: Perform CodeQL Analysis
103
- uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
+ uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
104
105
trivy-scan-fs:
106
runs-on: ubuntu-24.04
0 commit comments