File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
142
142
# Check for any typos
143
143
- name : Check for typos
144
- uses : crate-ci/typos@v1.16.26
144
+ uses : crate-ci/typos@v1.17.0
145
145
with :
146
146
config : .github/workflows/typos.toml
147
147
@@ -221,7 +221,7 @@ jobs:
221
221
uses : ./.github/actions/setup-node
222
222
223
223
- name : Setup Go
224
- uses : buildjet/setup-go@v4
224
+ uses : buildjet/setup-go@v5
225
225
with :
226
226
# This doesn't need caching. It's super fast anyways!
227
227
cache : false
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
image_name : ${{ steps.build.outputs.image }}
123
123
124
124
- name : Run Trivy vulnerability scanner
125
- uses : aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601
125
+ uses : aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
126
126
with :
127
127
image-ref : ${{ steps.build.outputs.image }}
128
128
format : sarif
You can’t perform that action at this time.
0 commit comments