Skip to content

Commit 78f09c7

Browse files
[gha] Bump open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml from 0.1.62 to 0.1.64 (#227)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31a89cf commit 78f09c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-fuzz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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@da08a06e8aec70621e50ed4aec2fac5599839f45 # 0.1.62
51+
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
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) }}
@@ -57,7 +57,7 @@ jobs:
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@da08a06e8aec70621e50ed4aec2fac5599839f45 # 0.1.62
60+
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
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) }}
@@ -66,7 +66,7 @@ jobs:
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@da08a06e8aec70621e50ed4aec2fac5599839f45 # 0.1.62
69+
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
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) }}

0 commit comments

Comments
 (0)