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 1717 pull-requests : write
1818 steps :
1919 - name : Download patch
20- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
20+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
2121 with :
2222 run-id : ${{ github.event.workflow_run.id }}
2323 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 4949
5050 - name : Upload patch file
5151 if : steps.create-patch.outputs.exists == 'true'
52- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5353 with :
5454 path : patch
5555 name : patch
Original file line number Diff line number Diff line change 4343 # uploads of run results in SARIF format to the repository Actions tab.
4444 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4545 - name : " Upload artifact"
46- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4747 with :
4848 name : SARIF file
4949 path : results.sarif
Original file line number Diff line number Diff line change 3636
3737 - name : Upload report
3838 if : always()
39- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
39+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4040 with :
4141 path : " **/build/reports"
4242
You can’t perform that action at this time.
0 commit comments