File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 | gzip > docker.tar.gz
164164
165165 - name : cache
166- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
166+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
167167 with :
168168 name : docker.tar.gz
169169 path : docker.tar.gz
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
54+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
5555 with :
5656 name : SARIF file
5757 path : results.sarif
5858 retention-days : 5
5959
6060 # Upload the results to GitHub's code scanning dashboard.
6161 - name : " Upload to code-scanning"
62- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
62+ uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
6363 with :
6464 sarif_file : results.sarif
Original file line number Diff line number Diff line change 7575
7676 # This step checks out a copy of your repository.
7777 - name : Upload SARIF file
78- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
78+ uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
7979 with :
8080 token : ${{ github.token }}
8181 # Path to SARIF file relative to the root of the repository
Original file line number Diff line number Diff line change 5050 make kind-e2e-test
5151
5252 - name : Upload e2e junit-reports ${{ inputs.variation }}
53- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
53+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
5454 if : success() || failure()
5555 with :
5656 name : e2e-test-reports-${{ inputs.k8s-version }}${{ inputs.variation }}
You can’t perform that action at this time.
0 commit comments