File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202
202
| gzip > docker.tar.gz
203
203
204
204
- name : cache
205
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
205
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206
206
with :
207
207
name : docker.tar.gz
208
208
path : docker.tar.gz
Original file line number Diff line number Diff line change 51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
52
# format to the repository Actions tab.
53
53
- name : " Upload artifact"
54
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
54
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
55
55
with :
56
56
name : SARIF file
57
57
path : results.sarif
Original file line number Diff line number Diff line change 60
60
61
61
- name : Scan image with AquaSec/Trivy
62
62
id : scan
63
- uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24 .0
63
+ uses : aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27 .0
64
64
with :
65
65
image-ref : registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
66
66
format : ' sarif'
Original file line number Diff line number Diff line change 49
49
make kind-e2e-test
50
50
51
51
- name : Upload e2e junit-reports ${{ inputs.variation }}
52
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
52
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
53
53
if : success() || failure()
54
54
with :
55
55
name : e2e-test-reports-${{ inputs.k8s-version }}${{ inputs.variation }}
You can’t perform that action at this time.
0 commit comments