diff --git a/workflow-templates/gradle-build-sonar-scan.yml b/workflow-templates/gradle-build-sonar-scan.yml index 1f4cb17..dfb2a85 100644 --- a/workflow-templates/gradle-build-sonar-scan.yml +++ b/workflow-templates/gradle-build-sonar-scan.yml @@ -59,7 +59,7 @@ jobs: helm-lint: name: Helm Lint - uses: entur/gha-helm/.github/workflows/lint.yml@v1 + uses: entur/gha-helm/.github/workflows/lint.yml@v2 strategy: matrix: environment: [dev, tst, prd] diff --git a/workflow-templates/helm-lint.yml b/workflow-templates/helm-lint.yml index a0b67ba..28da030 100644 --- a/workflow-templates/helm-lint.yml +++ b/workflow-templates/helm-lint.yml @@ -40,7 +40,7 @@ on: jobs: helm-lint: name: Helm Lint - uses: entur/gha-helm/.github/workflows/lint.yml@v1 + uses: entur/gha-helm/.github/workflows/lint.yml@v2 strategy: matrix: environment: [dev, tst, prd] diff --git a/workflow-templates/pr.yml b/workflow-templates/pr.yml index 6556bd3..8ff0fe0 100644 --- a/workflow-templates/pr.yml +++ b/workflow-templates/pr.yml @@ -7,7 +7,7 @@ jobs: uses: entur/gha-docker/.github/workflows/lint.yml@v1 helm-lint: - uses: entur/gha-helm/.github/workflows/lint.yml@v1 + uses: entur/gha-helm/.github/workflows/lint.yml@v2 with: environment: dev chart: helm/my-app