From ca5b20f0181878e949eefc9664edbbe2c452da6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:39:06 +0000 Subject: [PATCH] Bump the ci-templates group with 4 updates Bumps the ci-templates group with 4 updates: [bakdata/ci-templates/.github/workflows/java-gradle-library.yaml](https://github.com/bakdata/ci-templates), [bakdata/ci-templates](https://github.com/bakdata/ci-templates), [bakdata/ci-templates/.github/workflows/helm-multi-release.yaml](https://github.com/bakdata/ci-templates) and [bakdata/ci-templates/.github/workflows/java-gradle-release.yaml](https://github.com/bakdata/ci-templates). Updates `bakdata/ci-templates/.github/workflows/java-gradle-library.yaml` from 1.81.1 to 1.81.2 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.81.1...1.81.2) Updates `bakdata/ci-templates` from 1.81.1 to 1.81.2 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.81.1...1.81.2) Updates `bakdata/ci-templates/.github/workflows/helm-multi-release.yaml` from 1.81.1 to 1.81.2 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.81.1...1.81.2) Updates `bakdata/ci-templates/.github/workflows/java-gradle-release.yaml` from 1.81.1 to 1.81.2 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.81.1...1.81.2) --- updated-dependencies: - dependency-name: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml dependency-version: 1.81.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-templates - dependency-name: bakdata/ci-templates dependency-version: 1.81.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-templates - dependency-name: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml dependency-version: 1.81.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-templates - dependency-name: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml dependency-version: 1.81.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-templates ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yaml | 2 +- .github/workflows/helm-lint.yaml | 2 +- .github/workflows/helm-publish.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 5057ca77f..a009ad7e2 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -10,7 +10,7 @@ on: jobs: build-and-publish: name: Java Gradle - uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.81.1 + uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.81.2 with: java-version: 17 secrets: diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index a685d4f53..61b632314 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint Helm chart - uses: bakdata/ci-templates/actions/helm-lint@1.81.1 + uses: bakdata/ci-templates/actions/helm-lint@1.81.2 with: lint-config-path: ".github/lint-config.yaml" diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index dda42bdba..7cf88072f 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -15,10 +15,10 @@ jobs: version: ${{ steps.get-version.outputs.version }} steps: - name: Check out repository - uses: bakdata/ci-templates/actions/checkout@1.81.1 + uses: bakdata/ci-templates/actions/checkout@1.81.2 - name: Set up Gradle with version ${{ inputs.gradle-version }} - uses: bakdata/ci-templates/actions/java-gradle-setup@1.81.1 + uses: bakdata/ci-templates/actions/java-gradle-setup@1.81.2 with: java-distribution: "microsoft" java-version: "17" @@ -36,7 +36,7 @@ jobs: helm-publish: name: Publish Helm chart - uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.81.1 + uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.81.2 needs: get-gradle-version with: charts-path: "./charts" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b7732cae..c524c65d8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ on: jobs: java-gradle-release: name: Java Gradle - uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.81.1 + uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.81.2 with: java-version: 17 release-type: "${{ inputs.release-type }}"