From c401c05debbd6a3e04f1d98cef74a64eece0bc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 09:47:59 +0000 Subject: [PATCH] build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container) and [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container). Updates `hoverkraft-tech/ci-github-container` from 0.34.2 to 0.35.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-container/compare/260358ba1fd405c57bc669823d89c625971a3431...8e63086f032651bcd1d44c8f4fcd61b902ebb99f) Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.34.2 to 0.35.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-container/compare/260358ba1fd405c57bc669823d89c625971a3431...8e63086f032651bcd1d44c8f4fcd61b902ebb99f) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-container dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-argocd-app-of-apps.yml | 2 +- .github/workflows/deploy-chart.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-argocd-app-of-apps.yml b/.github/workflows/deploy-argocd-app-of-apps.yml index 1fc0fce..7b628ce 100644 --- a/.github/workflows/deploy-argocd-app-of-apps.yml +++ b/.github/workflows/deploy-argocd-app-of-apps.yml @@ -139,7 +139,7 @@ jobs: core.setOutput("initiated-by", initiatedBy); - id: chart-variables - uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 with: uri: ${{ steps.check-client-payload.outputs.chart }} diff --git a/.github/workflows/deploy-chart.yml b/.github/workflows/deploy-chart.yml index 30d62a2..d89fedb 100644 --- a/.github/workflows/deploy-chart.yml +++ b/.github/workflows/deploy-chart.yml @@ -240,7 +240,7 @@ jobs: build-oci-images: name: Build OCI images needs: prepare-deploy - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 permissions: contents: read id-token: write @@ -354,7 +354,7 @@ jobs: core.setOutput('deploy-values', JSON.stringify(deployValues)); - id: release - uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 with: chart: ${{ inputs.chart-name }} path: ${{ inputs.chart-path }}