From 42e48f0b0b2e4021888e036cae57ebd382da9f1c Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Fri, 22 May 2026 22:47:49 -1000 Subject: [PATCH] Pin cpflow delete checkout fix --- .github/workflows/cpflow-cleanup-stale-review-apps.yml | 4 ++-- .github/workflows/cpflow-delete-review-app.yml | 4 ++-- .github/workflows/cpflow-deploy-review-app.yml | 4 ++-- .github/workflows/cpflow-deploy-staging.yml | 4 ++-- .github/workflows/cpflow-help-command.yml | 2 +- .github/workflows/cpflow-promote-staging-to-production.yml | 4 ++-- .github/workflows/cpflow-review-app-help.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cpflow-cleanup-stale-review-apps.yml b/.github/workflows/cpflow-cleanup-stale-review-apps.yml index a372d30c..167f3f37 100644 --- a/.github/workflows/cpflow-cleanup-stale-review-apps.yml +++ b/.github/workflows/cpflow-cleanup-stale-review-apps.yml @@ -10,7 +10,7 @@ permissions: jobs: cleanup: - uses: shakacode/control-plane-flow/.github/workflows/cpflow-cleanup-stale-review-apps.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-cleanup-stale-review-apps.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 with: - control_plane_flow_ref: 6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + control_plane_flow_ref: 3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 secrets: inherit diff --git a/.github/workflows/cpflow-delete-review-app.yml b/.github/workflows/cpflow-delete-review-app.yml index 6392f5c4..6c9cbf5e 100644 --- a/.github/workflows/cpflow-delete-review-app.yml +++ b/.github/workflows/cpflow-delete-review-app.yml @@ -26,7 +26,7 @@ jobs: contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)) || (github.event_name == 'pull_request_target' && github.event.action == 'closed') || github.event_name == 'workflow_dispatch' - uses: shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-delete-review-app.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 with: - control_plane_flow_ref: 6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + control_plane_flow_ref: 3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 secrets: inherit diff --git a/.github/workflows/cpflow-deploy-review-app.yml b/.github/workflows/cpflow-deploy-review-app.yml index 54fd4d2b..0693116d 100644 --- a/.github/workflows/cpflow-deploy-review-app.yml +++ b/.github/workflows/cpflow-deploy-review-app.yml @@ -30,7 +30,7 @@ jobs: github.event.issue.pull_request && contains(fromJson('["+review-app-deploy","+review-app-deploy\n","+review-app-deploy\r\n"]'), github.event.comment.body) && contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)) - uses: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-review-app.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-review-app.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 with: - control_plane_flow_ref: 6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + control_plane_flow_ref: 3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 secrets: inherit diff --git a/.github/workflows/cpflow-deploy-staging.yml b/.github/workflows/cpflow-deploy-staging.yml index 860b0e10..32cad245 100644 --- a/.github/workflows/cpflow-deploy-staging.yml +++ b/.github/workflows/cpflow-deploy-staging.yml @@ -16,8 +16,8 @@ permissions: jobs: deploy-staging: - uses: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-staging.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-staging.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 with: - control_plane_flow_ref: 6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + control_plane_flow_ref: 3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 staging_app_branch_default: "" secrets: inherit diff --git a/.github/workflows/cpflow-help-command.yml b/.github/workflows/cpflow-help-command.yml index eefc0dbb..2c8c5b9d 100644 --- a/.github/workflows/cpflow-help-command.yml +++ b/.github/workflows/cpflow-help-command.yml @@ -23,4 +23,4 @@ jobs: contains(fromJson('["+review-app-help","+review-app-help\n","+review-app-help\r\n"]'), github.event.comment.body) && contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)) || github.event_name == 'workflow_dispatch' - uses: shakacode/control-plane-flow/.github/workflows/cpflow-help-command.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-help-command.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 diff --git a/.github/workflows/cpflow-promote-staging-to-production.yml b/.github/workflows/cpflow-promote-staging-to-production.yml index bfc9387f..8efeb249 100644 --- a/.github/workflows/cpflow-promote-staging-to-production.yml +++ b/.github/workflows/cpflow-promote-staging-to-production.yml @@ -14,7 +14,7 @@ permissions: jobs: promote-to-production: if: github.event.inputs.confirm_promotion == 'promote' - uses: shakacode/control-plane-flow/.github/workflows/cpflow-promote-staging-to-production.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-promote-staging-to-production.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 with: - control_plane_flow_ref: 6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + control_plane_flow_ref: 3e0e7e1f0a35c15648cc9254b573b058d77ca8c4 secrets: inherit diff --git a/.github/workflows/cpflow-review-app-help.yml b/.github/workflows/cpflow-review-app-help.yml index c9acf733..8a25e25d 100644 --- a/.github/workflows/cpflow-review-app-help.yml +++ b/.github/workflows/cpflow-review-app-help.yml @@ -15,4 +15,4 @@ permissions: jobs: show-help: if: vars.REVIEW_APP_PREFIX != '' - uses: shakacode/control-plane-flow/.github/workflows/cpflow-review-app-help.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-review-app-help.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4