File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 - run : mkdir -p "/tmp/.buildx-cache/$MATRIX_ARCHITECTURE"
6161 - name : Build the Docker image
6262 run : .github/bin/docker-build
63- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6464 with :
6565 name : Docker cache ${{ inputs.architecture }}
6666 path : /tmp/.buildx-cache/linux/${{ inputs.architecture }}
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
232232 with :
233233 sarif_file : trivy-results.sarif
234- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
234+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
235235 with :
236236 name : Trivy scan SARIF
237237 path : trivy-results.sarif
You can’t perform that action at this time.
0 commit comments