From fa55c2c481b153ba991ec8378194e70c1cbe1cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:04:47 +0000 Subject: [PATCH] [gha] Bump open-edge-platform/orch-ci from 0.1.14 to 0.1.23 Bumps [open-edge-platform/orch-ci](https://github.com/open-edge-platform/orch-ci) from 0.1.14 to 0.1.23. - [Commits](https://github.com/open-edge-platform/orch-ci/compare/f341738d975c38b2b91f25d405baeb2d39bf2ddb...31624c09a11515551519a32de36ed9ffa28ae8fb) --- updated-dependencies: - dependency-name: open-edge-platform/orch-ci dependency-version: 0.1.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update.yml | 2 +- .github/workflows/pre-merge.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 9cba1f6dc..9fab7172d 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -34,6 +34,6 @@ jobs: persist-credentials: false - name: Update pull requests - uses: open-edge-platform/orch-ci/.github/actions/pr_updater@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14 + uses: open-edge-platform/orch-ci/.github/actions/pr_updater@31624c09a11515551519a32de36ed9ffa28ae8fb # 0.1.23 with: github_token: ${{ secrets.SYS_ORCH_GITHUB }} diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 745c8321b..826ca0531 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -32,10 +32,10 @@ jobs: with: persist-credentials: false - name: "Verify Branch Name" - uses: open-edge-platform/orch-ci/verify-branch-name@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14 + uses: open-edge-platform/orch-ci/verify-branch-name@31624c09a11515551519a32de36ed9ffa28ae8fb # 0.1.23 - name: "Discover Changed Subfolders" id: discover-changes - uses: open-edge-platform/orch-ci/discover-changed-subfolders@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14 + uses: open-edge-platform/orch-ci/discover-changed-subfolders@31624c09a11515551519a32de36ed9ffa28ae8fb # 0.1.23 - name: "Filter Out Unwanted Changed Subfolders" id: filter-changes env: @@ -140,7 +140,7 @@ jobs: # Checkout the branch that triggered the workflow to avoid detached HEAD ref: ${{ github.head_ref }} persist-credentials: false - - uses: open-edge-platform/orch-ci/.github/actions/bootstrap@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14 + - uses: open-edge-platform/orch-ci/.github/actions/bootstrap@31624c09a11515551519a32de36ed9ffa28ae8fb # 0.1.23 with: bootstrap_tools: "yq,aws,oras" - name: Configure AWS credentials