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:
202202 | gzip > docker.tar.gz
203203
204204 - name : cache
205- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
205+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206206 with :
207207 name : docker.tar.gz
208208 path : docker.tar.gz
Original file line number Diff line number Diff line change 5151 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5252 # format to the repository Actions tab.
5353 - name : " Upload artifact"
54- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
54+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5555 with :
5656 name : SARIF file
5757 path : results.sarif
Original file line number Diff line number Diff line change 6060
6161 - name : Scan image with AquaSec/Trivy
6262 id : scan
63- uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24 .0
63+ uses : aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27 .0
6464 with :
6565 image-ref : registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
6666 format : ' sarif'
Original file line number Diff line number Diff line change 4949 make kind-e2e-test
5050
5151 - 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
5353 if : success() || failure()
5454 with :
5555 name : e2e-test-reports-${{ inputs.k8s-version }}${{ inputs.variation }}
You can’t perform that action at this time.
0 commit comments