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 5959 run : make helm-lint
6060
6161 - name : Upload chart as GitHub artifact
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363 with :
6464 name : ${{ env.CHART_NAME }}
6565 path : _dist/${{ env.CHART_NAME }}-${{ env.CHART_VERSION }}.tgz
Original file line number Diff line number Diff line change 5151 tags : ${{ matrix.config.name }}:chart-test
5252
5353 - name : Upload artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5555 with :
5656 name : image-${{ matrix.config.name }}
5757 path : /tmp/${{ matrix.config.name }}.tar
Original file line number Diff line number Diff line change 8181 ghcr.io/${{ github.repository_owner }}/${{ inputs.image-name }}:${SBOM_TAG}
8282
8383 - name : Upload SBOMs as artifacts
84- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8585 with :
8686 name : ${{ inputs.image-name }}-sbom-${{ matrix.arch }}
8787 path : ${{ inputs.image-name }}-sbom-*
Original file line number Diff line number Diff line change 5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
62+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363 with :
6464 name : SARIF file
6565 path : results.sarif
You can’t perform that action at this time.
0 commit comments