diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 9dd2d79..364dbe9 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -35,6 +35,6 @@ jobs: persist-credentials: false - name: Update pull requests - uses: open-edge-platform/orch-ci/.github/actions/pr_updater@072332a8215754f6496bf97c8f3c7559dba5fdc1 # 2026.1.1 + uses: open-edge-platform/orch-ci/.github/actions/pr_updater@5239def5323b42bf54ea60ecf894a5248740f82a # 2026.1.1 with: github_token: ${{ secrets.SYS_EMF_GH_TOKEN }} diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index f1e31e5..8932409 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: "Setup" - uses: open-edge-platform/orch-ci/.github/actions/bootstrap@072332a8215754f6496bf97c8f3c7559dba5fdc1 # 2026.1.1 + uses: open-edge-platform/orch-ci/.github/actions/bootstrap@5239def5323b42bf54ea60ecf894a5248740f82a # 2026.1.1 with: gh_token: ${{ secrets.SYS_EMF_GH_TOKEN }} bootstrap_tools: "go,gotools,nodejs" @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: "Setup" - uses: open-edge-platform/orch-ci/.github/actions/bootstrap@072332a8215754f6496bf97c8f3c7559dba5fdc1 # 2026.1.1 + uses: open-edge-platform/orch-ci/.github/actions/bootstrap@5239def5323b42bf54ea60ecf894a5248740f82a # 2026.1.1 with: gh_token: ${{ secrets.SYS_EMF_GH_TOKEN }} bootstrap_tools: "go,gotools" @@ -68,7 +68,7 @@ jobs: persist-credentials: false - name: "Setup" - uses: open-edge-platform/orch-ci/.github/actions/bootstrap@072332a8215754f6496bf97c8f3c7559dba5fdc1 # 2026.1.1 + uses: open-edge-platform/orch-ci/.github/actions/bootstrap@5239def5323b42bf54ea60ecf894a5248740f82a # 2026.1.1 with: gh_token: ${{ secrets.SYS_EMF_GH_TOKEN }} bootstrap_tools: "go,gotools"