File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 # this action because it leaves 'annotations' (i.e. it comments on PRs to
108108 # point out linter violations).
109109 - name : Lint
110- uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3
110+ uses : golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3
111111 with :
112112 version : ${{ env.GOLANGCI_VERSION }}
113113 skip-cache : true # We do our own caching.
@@ -150,12 +150,12 @@ jobs:
150150 run : make vendor vendor.check
151151
152152 - name : Initialize CodeQL
153- uses : github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2
153+ uses : github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
154154 with :
155155 languages : go
156156
157157 - name : Perform CodeQL Analysis
158- uses : github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2
158+ uses : github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
159159
160160 trivy-scan-fs :
161161 runs-on : ubuntu-22.04
@@ -168,7 +168,7 @@ jobs:
168168 submodules : true
169169
170170 - name : Run Trivy vulnerability scanner in fs mode
171- uses : aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # 0.10 .0
171+ uses : aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11 .0
172172 with :
173173 scan-type : ' fs'
174174 ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments