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.
2 parents e9ea002 + 629092e commit a9caf72Copy full SHA for a9caf72
.github/workflows/ci.yml
@@ -150,12 +150,12 @@ jobs:
150
run: make vendor vendor.check
151
152
- name: Initialize CodeQL
153
- uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2
+ uses: github/codeql-action/init@004c5de30b6423267685b897a3d595e944f7fed5 # v2
154
with:
155
languages: go
156
157
- name: Perform CodeQL Analysis
158
- uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2
+ uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2
159
160
trivy-scan-fs:
161
runs-on: ubuntu-22.04
0 commit comments