File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 57
57
- run : zizmor --format sarif . > results.sarif
58
58
59
59
- name : Upload SARIF file
60
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
60
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61
61
with :
62
62
name : results.sarif
63
63
path : results.sarif
81
81
security-events : write
82
82
steps :
83
83
- name : Download SARIF file
84
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
84
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85
85
with :
86
86
name : results.sarif
87
87
path : results.sarif
Original file line number Diff line number Diff line change 41
41
actions : read
42
42
steps :
43
43
- name : Upload metadata
44
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
44
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45
45
with :
46
46
name : event_payload
47
47
path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 47
47
workflow-name : Triage tasks
48
48
49
49
- name : Download `event_payload` artifact
50
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
50
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
51
51
with :
52
52
name : event_payload
53
53
github-token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221
221
test-bot : false
222
222
223
223
- name : Download bottles from GitHub Actions
224
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
224
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
225
225
with :
226
226
pattern : bottles_*
227
227
path : ${{ env.BOTTLES_DIR }}
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
test-bot : false
157
157
158
158
- name : Download bottles from GitHub Actions
159
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
159
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
160
160
with :
161
161
pattern : bottles_*
162
162
path : ${{ env.BOTTLES_DIR }}
Original file line number Diff line number Diff line change 47
47
48
48
- name : Download `event_payload` artifact
49
49
if : github.event_name == 'workflow_run'
50
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
50
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
51
51
with :
52
52
name : event_payload
53
53
github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 41
41
workflow-name : Triage tasks
42
42
43
43
- name : Download `event_payload` artifact
44
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
44
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
45
45
with :
46
46
name : event_payload
47
47
github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 24
24
if : always() && github.repository_owner == 'Homebrew'
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
27
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
28
28
with :
29
29
name : event_payload
30
30
path : ${{ github.event_path }}
You can’t perform that action at this time.
0 commit comments