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