From 37a15a821aad5057ac4ec4717491d2ba91763ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:45:54 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 5 updates Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [entur/gha-meta/.github/workflows/release.yml](https://github.com/entur/gha-meta) | `1` | `1.7.0` | | [entur/gha-meta/.github/workflows/verify-pr.yml](https://github.com/entur/gha-meta) | `1` | `1.7.0` | | [entur/gha-meta](https://github.com/entur/gha-meta) | `1` | `1.7.0` | | [entur/gha-helm](https://github.com/entur/gha-helm) | `1` | `1.4.1` | | [entur/gha-meta/.github/workflows/auto-doc.yml](https://github.com/entur/gha-meta) | `1` | `1.7.0` | Updates `entur/gha-meta/.github/workflows/release.yml` from 1 to 1.7.0 - [Release notes](https://github.com/entur/gha-meta/releases) - [Changelog](https://github.com/entur/gha-meta/blob/main/CHANGELOG.md) - [Commits](https://github.com/entur/gha-meta/compare/v1...v1.7.0) Updates `entur/gha-meta/.github/workflows/verify-pr.yml` from 1 to 1.7.0 - [Release notes](https://github.com/entur/gha-meta/releases) - [Changelog](https://github.com/entur/gha-meta/blob/main/CHANGELOG.md) - [Commits](https://github.com/entur/gha-meta/compare/v1...v1.7.0) Updates `entur/gha-meta` from 1 to 1.7.0 - [Release notes](https://github.com/entur/gha-meta/releases) - [Changelog](https://github.com/entur/gha-meta/blob/main/CHANGELOG.md) - [Commits](https://github.com/entur/gha-meta/compare/v1...v1.7.0) Updates `entur/gha-helm` from 1 to 1.4.1 - [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...v1.4.1) Updates `entur/gha-meta/.github/workflows/auto-doc.yml` from 1 to 1.7.0 - [Release notes](https://github.com/entur/gha-meta/releases) - [Changelog](https://github.com/entur/gha-meta/blob/main/CHANGELOG.md) - [Commits](https://github.com/entur/gha-meta/compare/v1...v1.7.0) --- updated-dependencies: - dependency-name: entur/gha-meta/.github/workflows/release.yml dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: entur/gha-meta/.github/workflows/verify-pr.yml dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: entur/gha-meta dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: entur/gha-helm dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: entur/gha-meta/.github/workflows/auto-doc.yml dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e861ca0..a5cd5ac 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,4 +12,4 @@ permissions: jobs: release: - uses: entur/gha-meta/.github/workflows/release.yml@v1 + uses: entur/gha-meta/.github/workflows/release.yml@v1.7.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1f015c..9c44836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: verify-pr: name: Verify PR if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' - uses: entur/gha-meta/.github/workflows/verify-pr.yml@v1 + uses: entur/gha-meta/.github/workflows/verify-pr.yml@v1.7.0 test-lint-ok-gcp: if: github.actor != 'dependabot[bot]' uses: ./.github/workflows/lint.yml @@ -62,13 +62,13 @@ jobs: contents: read id-token: write steps: - - uses: entur/gha-meta/.github/actions/cloud-auth@v1 + - uses: entur/gha-meta/.github/actions/cloud-auth@v1.7.0 with: environment: dev cloud_provider: gcp gcp_workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }} gcp_service_account: ${{ vars.SERVICE_ACCOUNT }} - - uses: entur/gha-meta/.github/actions/k8s-auth@v1 + - uses: entur/gha-meta/.github/actions/k8s-auth@v1.7.0 with: environment: dev cloud_provider: gcp @@ -106,17 +106,17 @@ jobs: with: version: "v3.20.1" - id: cloud-auth - uses: entur/gha-meta/.github/actions/cloud-auth@v1 + uses: entur/gha-meta/.github/actions/cloud-auth@v1.7.0 with: environment: dev gcp_workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }} gcp_service_account: ${{ vars.SERVICE_ACCOUNT }} - - uses: entur/gha-meta/.github/actions/k8s-auth@v1 + - uses: entur/gha-meta/.github/actions/k8s-auth@v1.7.0 with: environment: dev - id: helm-deploy continue-on-error: true - uses: entur/gha-helm/.github/actions/helm-deploy@v1 + uses: entur/gha-helm/.github/actions/helm-deploy@v1.4.1 with: timeout_minutes: 6 image: mybadimage:dummy @@ -156,13 +156,13 @@ jobs: contents: read id-token: write steps: - - uses: entur/gha-meta/.github/actions/cloud-auth@v1 + - uses: entur/gha-meta/.github/actions/cloud-auth@v1.7.0 with: environment: dev cloud_provider: gcp gcp_workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }} gcp_service_account: ${{ vars.SERVICE_ACCOUNT }} - - uses: entur/gha-meta/.github/actions/k8s-auth@v1 + - uses: entur/gha-meta/.github/actions/k8s-auth@v1.7.0 with: environment: dev cloud_provider: gcp @@ -234,21 +234,21 @@ jobs: test-deploy-gcp-no-image-update, test-deploy-ok-gcp-multi, ] - uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1 + uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1.7.0 with: workflow_file: .github/workflows/lint.yml readme_file: README-lint.md update-build-doc: if: (success() || failure()) && needs.update-lint-doc.result == 'success' needs: [update-lint-doc] - uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1 + uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1.7.0 with: workflow_file: .github/workflows/deploy.yml readme_file: README-deploy.md update-unittest-doc: if: (success() || failure()) && needs.update-build-doc.result == 'success' needs: [update-build-doc] - uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1 + uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1.7.0 with: workflow_file: .github/workflows/unittest.yml readme_file: README-unittest.md