File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
matrix : ${{ steps.set-matrix.outputs.matrix }}
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
with :
30
30
repository : curl/curl-fuzzer
31
31
- name : Set matrix
52
52
53
53
# Upload the fuzzer output
54
54
- name : Archive fuzz tar
55
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
55
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56
56
with :
57
57
name : fuzz_tar
58
58
path : fuzz.tar
63
63
strategy :
64
64
matrix : ${{ fromJSON(needs.DetermineMatrix.outputs.matrix) }}
65
65
steps :
66
- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
66
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
67
67
with :
68
68
name : fuzz_tar
69
69
- name : Unpack fuzzer ${{ matrix.fuzzer }}
77
77
fuzz-seconds : 120
78
78
dry-run : false
79
79
- name : Upload Crash
80
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
81
81
if : failure()
82
82
with :
83
83
name : artifacts
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Checkout
96
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
96
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
97
97
with :
98
98
repository : curl/curl-fuzzer
99
99
- name : Install Dependencies
@@ -112,7 +112,7 @@ jobs:
112
112
runs-on : ubuntu-latest
113
113
steps :
114
114
- name : Checkout
115
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
115
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
116
116
with :
117
117
repository : curl/curl-fuzzer
118
118
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
permissions :
23
23
security-events : write # To create/update security events
24
24
steps :
25
- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
with :
27
27
persist-credentials : false
28
28
29
29
- name : ' initialize'
30
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
30
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
31
31
with :
32
32
languages : actions, python
33
33
queries : security-extended
34
34
35
35
- name : ' perform analysis'
36
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
36
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
You can’t perform that action at this time.
0 commit comments