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()