From fcfd8103677e2ba37d24d311547411e6bbd12364 Mon Sep 17 00:00:00 2001 From: Marta Paciorkowska Date: Thu, 30 Apr 2026 15:48:27 +0200 Subject: [PATCH] fix: don't pin our own actions to commits --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f877cc8..6f34bf6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -253,7 +253,7 @@ jobs: namespace: ${{ env.GHA_HELM_DEPLOY_NAMESPACE }} image_set_path: ${{ env.GHA_HELM_DEPLOY_IMAGE_SET_PATH }} registry: ${{ env.GHA_HELM_DEPLOY_REGISTRY }} - - uses: entur/gha-meta/.github/actions/posthog@e27fa4579248d4792b933ef0d0f240346676a25d # 1.8.0 + - uses: entur/gha-meta/.github/actions/posthog@v1 id: send-analytics name: Send analytics to PostHog if: always() diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d29b0d..b644cb8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: environment: ${{ inputs.environment }} chart: ${{ inputs.chart }} values: ${{ inputs.values }} - - uses: entur/gha-meta/.github/actions/posthog@e27fa4579248d4792b933ef0d0f240346676a25d # 1.8.0 + - uses: entur/gha-meta/.github/actions/posthog@v1 id: send-analytics name: Send analytics to PostHog if: always()