File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181 security-events : write
8282 steps :
8383 - name : Download SARIF file
84- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
84+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8585 with :
8686 name : results.sarif
8787 path : results.sarif
Original file line number Diff line number Diff line change 4747 workflow-name : Triage tasks
4848
4949 - name : Download `event_payload` artifact
50- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151 with :
5252 name : event_payload
5353 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221221 test-bot : false
222222
223223 - name : Download bottles from GitHub Actions
224- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
224+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
225225 with :
226226 pattern : bottles_*
227227 path : ${{ env.BOTTLES_DIR }}
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 test-bot : false
157157
158158 - name : Download bottles from GitHub Actions
159- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
159+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
160160 with :
161161 pattern : bottles_*
162162 path : ${{ env.BOTTLES_DIR }}
Original file line number Diff line number Diff line change 4747
4848 - name : Download `event_payload` artifact
4949 if : github.event_name == 'workflow_run'
50- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151 with :
5252 name : event_payload
5353 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 4141 workflow-name : Triage tasks
4242
4343 - name : Download `event_payload` artifact
44- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
44+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4545 with :
4646 name : event_payload
4747 github-token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments