From 508eede63675a43a93ce5313fd517cf4fbfe6fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:05:28 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [OpenShock/actions/repository-dispatch](https://github.com/openshock/actions) and [OpenShock/actions/find-latest-tag](https://github.com/openshock/actions). Updates `OpenShock/actions/repository-dispatch` from 7e9cf5cd05af3d97a363d80adad50cfe50a273d0 to d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 - [Commits](https://github.com/openshock/actions/compare/7e9cf5cd05af3d97a363d80adad50cfe50a273d0...d8af907a3bbfcb1d4eb1dc6272501524d7c465d6) Updates `OpenShock/actions/find-latest-tag` from 7e9cf5cd05af3d97a363d80adad50cfe50a273d0 to d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 - [Commits](https://github.com/openshock/actions/compare/7e9cf5cd05af3d97a363d80adad50cfe50a273d0...d8af907a3bbfcb1d4eb1dc6272501524d7c465d6) --- updated-dependencies: - dependency-name: OpenShock/actions/repository-dispatch dependency-version: d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 dependency-type: direct:production dependency-group: github-actions - dependency-name: OpenShock/actions/find-latest-tag dependency-version: d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/ci-tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0ceda74f..13fa371d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -140,7 +140,7 @@ jobs: environment: production steps: - name: Send repository dispatch - uses: OpenShock/actions/repository-dispatch@7e9cf5cd05af3d97a363d80adad50cfe50a273d0 # v1.0.0 + uses: OpenShock/actions/repository-dispatch@d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 # v1.0.0 with: repo: openshock/kubernetes-cluster-gitops event-type: update-backend-prod @@ -156,7 +156,7 @@ jobs: steps: - name: Send repository dispatch - uses: OpenShock/actions/repository-dispatch@7e9cf5cd05af3d97a363d80adad50cfe50a273d0 # v1.0.0 + uses: OpenShock/actions/repository-dispatch@d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 # v1.0.0 with: repo: openshock/kubernetes-cluster-gitops event-type: update-backend-staging diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 5a51d103..2011dc74 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Find latest tag id: latest-tag - uses: OpenShock/actions/find-latest-tag@7e9cf5cd05af3d97a363d80adad50cfe50a273d0 # v1.0.0 + uses: OpenShock/actions/find-latest-tag@d8af907a3bbfcb1d4eb1dc6272501524d7c465d6 # v1.0.0 with: regex: '^[0-9]+\.[0-9]+\.[0-9]+$'