We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5812b1f commit f0c35eaCopy full SHA for f0c35ea
.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@babb554ede22fd5605947329c4d04d8e7a0b8155 # 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@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3
159
160
trivy-scan-fs:
161
runs-on: ubuntu-24.04
0 commit comments