From 8455b4ff216c46d11b5c7d14760eecf0e4b8aba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:05:12 +0000 Subject: [PATCH] chore(deps): bump entur/gha-helm/.github/workflows/lint.yml Bumps [entur/gha-helm/.github/workflows/lint.yml](https://github.com/entur/gha-helm) from 1 to 2. - [Release notes](https://github.com/entur/gha-helm/releases) - [Changelog](https://github.com/entur/gha-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/entur/gha-helm/compare/v1...v2) --- updated-dependencies: - dependency-name: entur/gha-helm/.github/workflows/lint.yml dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workflow-templates/gradle-build-sonar-scan.yml | 2 +- workflow-templates/helm-lint.yml | 2 +- workflow-templates/pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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