File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251251
252252 - name : Upload to Job Artifacts
253253 if : github.event_name == 'workflow_dispatch' && github.event.inputs.upload_artifacts == 'true'
254- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.3.3
254+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.3.3
255255 with :
256256 name : " ${{ matrix.image_variant }}-${{ matrix.flavor }}-${{ steps.get_image_ref.outputs.safe_platform }}-${{ github.run_id }}"
257257 if-no-files-found : error
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295295
296296 - name : Upload Output Artifacts
297297 if : ${{ inputs.publish }}
298- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
298+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
299299 with :
300300 name : ${{ env.IMAGE_NAME }}-${{ matrix.safeplatform }}-${{ github.run_id }}
301301 retention-days : 1
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
You can’t perform that action at this time.
0 commit comments