Skip to content

Commit 5ec9f3f

Browse files
[gha] Bump open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml
Bumps [open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml](https://github.com/open-edge-platform/orch-ci) from 0.1.66 to 0.1.67. - [Commits](open-edge-platform/orch-ci@79c4381...592eafb) --- updated-dependencies: - dependency-name: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml dependency-version: 0.1.67 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bb1ea1 commit 5ec9f3f

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@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) }}
@@ -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@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) }}
@@ -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@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) }}

0 commit comments

Comments
 (0)