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 @@ -142,7 +142,7 @@ jobs:
142
142
143
143
# Check for any typos
144
144
- name : Check for typos
145
- uses : crate-ci/typos@v1.18.2
145
+ uses : crate-ci/typos@v1.19.0
146
146
with :
147
147
config : .github/workflows/typos.toml
148
148
@@ -155,7 +155,7 @@ jobs:
155
155
156
156
# Needed for helm chart linting
157
157
- name : Install helm
158
- uses : azure/setup-helm@v3
158
+ uses : azure/setup-helm@v4
159
159
with :
160
160
version : v3.9.2
161
161
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
115
115
116
116
- name : Run Trivy vulnerability scanner
117
- uses : aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef
117
+ uses : aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d
118
118
with :
119
119
image-ref : ${{ steps.build.outputs.image }}
120
120
format : sarif
You can’t perform that action at this time.
0 commit comments