Skip to content

Commit 2229bd9

Browse files
[gha] Bump open-edge-platform/orch-ci from 0.1.50 to 0.1.56 (#180)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandru Dimofte <[email protected]>
1 parent eb07bef commit 2229bd9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Update pull requests
37-
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
37+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@c4b86434962d13f65fd7b16a33e9eecfd5849a64 # 0.1.56
3838
with:
3939
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

.github/workflows/go-fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-fuzz-catalog:
2929
if: ${{ inputs.run_catalog || github.event_name == 'schedule' }}
3030
name: Catalog Go Fuzzing Tests
31-
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
31+
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@c4b86434962d13f65fd7b16a33e9eecfd5849a64 # 0.1.56
3232
with:
3333
# Declare 4800 secs duration since schedule event will not pick up input values from workflow_dispatch
3434
fuzz_seconds: ${{ fromJSON(inputs.fuzz_seconds_catalog) || 4800 }}

.github/workflows/post-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read
2121
security-events: write
2222
id-token: write
23-
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # v0.1.50
23+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@c4b86434962d13f65fd7b16a33e9eecfd5849a64 # v0.1.56
2424
with:
2525
run_version_check: true
2626
run_dep_version_check: false

.github/workflows/pre-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: "Verify Branch Name"
25-
uses: open-edge-platform/orch-ci/verify-branch-name@66d088403f0e7afeaacefc44e8547be4d53d8323 # v0.1.50
25+
uses: open-edge-platform/orch-ci/verify-branch-name@c4b86434962d13f65fd7b16a33e9eecfd5849a64 # v0.1.56
2626
pre-merge-pipeline:
2727
needs: pre-checks
28-
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # v0.1.50
28+
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@c4b86434962d13f65fd7b16a33e9eecfd5849a64 # v0.1.56
2929
with:
3030
bootstrap_tools: "go,gotools,golang-lint,nodejs,buf,hadolint,opa"
3131
run_version_check: true

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.17
1+
0.12.18

0 commit comments

Comments
 (0)