From 81680558efff0839bb9494f96da38bf648d22137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:02:42 +0000 Subject: [PATCH] chore(deps): bump shakacode/control-plane-flow/.github/workflows/cpflow-deploy-review-app.yml Bumps [shakacode/control-plane-flow/.github/workflows/cpflow-deploy-review-app.yml](https://github.com/shakacode/control-plane-flow) from 5.0.4 to 5.1.1. - [Release notes](https://github.com/shakacode/control-plane-flow/releases) - [Changelog](https://github.com/shakacode/control-plane-flow/blob/main/CHANGELOG.md) - [Commits](https://github.com/shakacode/control-plane-flow/compare/v5.0.4...v5.1.1) --- updated-dependencies: - dependency-name: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-review-app.yml dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cpflow-deploy-review-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpflow-deploy-review-app.yml b/.github/workflows/cpflow-deploy-review-app.yml index c228e47..af9f0ee 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@v5.0.4 + uses: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-review-app.yml@v5.1.1 secrets: CPLN_TOKEN_STAGING: ${{ secrets.CPLN_TOKEN_STAGING }} DOCKER_BUILD_SSH_KEY: ${{ secrets.DOCKER_BUILD_SSH_KEY }}