From cb3bddf368add7b6a9c6364422306a31c807bebf Mon Sep 17 00:00:00 2001 From: "klutchell-renovate[bot]" <198632034+klutchell-renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 04:40:17 +0000 Subject: [PATCH 1/2] Update product-os/flowzone action to v23 --- .github/workflows/flowzone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 2ca6550..d1413fd 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -14,7 +14,7 @@ on: jobs: flowzone: name: Flowzone - uses: product-os/flowzone/.github/workflows/flowzone.yml@fd087eb8f1d5f40720f4a01aad28821a4fcd738f # v22.12.91 + uses: product-os/flowzone/.github/workflows/flowzone.yml@e0ec2375c91683be2cfe8cbae4289623c61ec6b1 # v23.0.8 # prevent duplicate workflow executions for pull_request and pull_request_target if: | ( From 19ac2e9872e03c4201a1ad5010108397991174dd Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Mon, 3 Aug 2026 09:45:00 -0400 Subject: [PATCH 2/2] Migrade Flowzone config Signed-off-by: Kyle Harding --- .github/workflows/flowzone.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index d1413fd..338f8eb 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -4,28 +4,15 @@ on: pull_request: types: [opened, synchronize, closed] branches: [main, master] - pull_request_target: - types: [opened, synchronize, closed] - branches: [main, master] push: tags: - '*.*.*' + branches: [main, master] jobs: flowzone: name: Flowzone uses: product-os/flowzone/.github/workflows/flowzone.yml@e0ec2375c91683be2cfe8cbae4289623c61ec6b1 # v23.0.8 - # prevent duplicate workflow executions for pull_request and pull_request_target - if: | - ( - github.event.pull_request.head.repo.full_name == github.repository && - github.event_name == 'pull_request' - ) || ( - github.event.pull_request.head.repo.full_name != github.repository && - github.event_name == 'pull_request_target' - ) || ( - github.event_name == 'push' - ) secrets: GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }} DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}