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]+$'