Skip to content

Commit dfa83d9

Browse files
[gha] Bump open-edge-platform/orch-ci from 2026.0.10 to 2026.0.12 (#867)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34f0978 commit dfa83d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-update.yml

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

3737
- name: Update pull requests
38-
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@cd0b18b2ef0e2c52665525fa5503b8ec5edd232f # 2026.0.10
38+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@c8c1792b4f2e2934ffc459bb1b981bc26ddaa39a # 2026.0.12
3939
with:
4040
github_token: ${{ secrets.SYS_EMF_GH_TOKEN }}

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
persist-credentials: false
3636
- name: "Verify Branch Name"
37-
uses: open-edge-platform/orch-ci/verify-branch-name@cd0b18b2ef0e2c52665525fa5503b8ec5edd232f # 2026.0.10
37+
uses: open-edge-platform/orch-ci/verify-branch-name@c8c1792b4f2e2934ffc459bb1b981bc26ddaa39a # 2026.0.12
3838
- name: "Discover Changed Subfolders"
3939
id: discover-changes
40-
uses: open-edge-platform/orch-ci/discover-changed-subfolders@cd0b18b2ef0e2c52665525fa5503b8ec5edd232f # 2026.0.10
40+
uses: open-edge-platform/orch-ci/discover-changed-subfolders@c8c1792b4f2e2934ffc459bb1b981bc26ddaa39a # 2026.0.12
4141
- name: "Filter Out Unwanted Changed Subfolders"
4242
id: filter-changes
4343
env:
@@ -143,7 +143,7 @@ jobs:
143143
# Checkout the branch that triggered the workflow to avoid detached HEAD
144144
ref: ${{ github.head_ref }}
145145
persist-credentials: false
146-
- uses: open-edge-platform/orch-ci/.github/actions/bootstrap@cd0b18b2ef0e2c52665525fa5503b8ec5edd232f # 2026.0.10
146+
- uses: open-edge-platform/orch-ci/.github/actions/bootstrap@c8c1792b4f2e2934ffc459bb1b981bc26ddaa39a # 2026.0.12
147147
with:
148148
bootstrap_tools: "yq,aws,oras"
149149
- name: Configure AWS credentials

0 commit comments

Comments
 (0)