File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 go-fuzz-adm :
4949 if : ${{ inputs.run_adm || github.event_name == 'schedule' }}
5050 name : ADM Go Fuzzing Tests
51- uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
51+ uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@592eafb7c84669729eb1adc610515bad61c3550b # 0.1.67
5252 with :
5353 # Declare 1200 secs duration since schedule event will not pick up input values from workflow_dispatch
5454 fuzz_seconds : ${{ fromJSON(inputs.fuzz_seconds_adm || 1200) }}
5757 go-fuzz-arm :
5858 if : ${{ inputs.run_arm || github.event_name == 'schedule' }}
5959 name : ARM Go Fuzzing Tests
60- uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
60+ uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@592eafb7c84669729eb1adc610515bad61c3550b # 0.1.67
6161 with :
6262 # Declare 2100 secs duration since schedule event will not pick up input values from workflow_dispatch
6363 fuzz_seconds : ${{ fromJSON(inputs.fuzz_seconds_arm || 2100) }}
6666 go-fuzz-asp :
6767 if : ${{ inputs.run_asp || github.event_name == 'schedule'}}
6868 name : ASP Go Fuzzing Tests
69- uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
69+ uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@592eafb7c84669729eb1adc610515bad61c3550b # 0.1.67
7070 with :
7171 # Declare 4800 secs duration since schedule event will not pick up input values from workflow_dispatch
7272 fuzz_seconds : ${{ fromJSON(inputs.fuzz_seconds_asp || 4800) }}
You can’t perform that action at this time.
0 commit comments