We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a547b7 commit 8fe215fCopy full SHA for 8fe215f
.github/workflows/ci.yml
@@ -150,12 +150,12 @@ jobs:
150
run: make modules.download modules.check
151
152
- name: Initialize CodeQL
153
- uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
+ uses: github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3
154
with:
155
languages: go
156
157
- name: Perform CodeQL Analysis
158
- uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
+ uses: github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3
159
160
trivy-scan-fs:
161
runs-on: ubuntu-24.04
0 commit comments