From 79a070e39f14f347f70fe00649300fbd7f67dada Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Wed, 1 Jul 2026 14:07:14 +0200 Subject: [PATCH] feat(deps)!: update ci-github-container actions to 0.38.0 Signed-off-by: Emilien Escalle --- .github/workflows/deploy-argocd-app-of-apps.yml | 2 +- .github/workflows/deploy-chart.md | 4 ++-- .github/workflows/deploy-chart.yml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-argocd-app-of-apps.yml b/.github/workflows/deploy-argocd-app-of-apps.yml index 48bf045..eeba3a6 100644 --- a/.github/workflows/deploy-argocd-app-of-apps.yml +++ b/.github/workflows/deploy-argocd-app-of-apps.yml @@ -143,7 +143,7 @@ jobs: core.setOutput("initiated-by", initiatedBy); - id: chart-variables - uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@efcd61f6ea80f89aab6fcf8d2e552c3336198e14 # 0.38.0 + uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@cfc7074e26bbfbdf33f163d209d2c14957358152 # 0.38.0 with: uri: ${{ steps.check-client-payload.outputs.chart }} diff --git a/.github/workflows/deploy-chart.md b/.github/workflows/deploy-chart.md index f0b2394..01404e2 100644 --- a/.github/workflows/deploy-chart.md +++ b/.github/workflows/deploy-chart.md @@ -45,7 +45,7 @@ Key features: ### Permissions -- **`actions`**: `read` +- **`actions`**: `write` - **`contents`**: `read` - **`deployments`**: `write` - **`id-token`**: `write` @@ -89,7 +89,7 @@ jobs: deploy-chart: uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-chart.yml@607069025f6c1312680ed0864c4d9f4338b82dfe # 0.26.5 permissions: - actions: read + actions: write contents: read deployments: write id-token: write diff --git a/.github/workflows/deploy-chart.yml b/.github/workflows/deploy-chart.yml index 47c3626..1b57d8f 100644 --- a/.github/workflows/deploy-chart.yml +++ b/.github/workflows/deploy-chart.yml @@ -325,8 +325,9 @@ jobs: build-oci-images: name: Build OCI images needs: prepare-deploy - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@efcd61f6ea80f89aab6fcf8d2e552c3336198e14 # 0.38.0 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@cfc7074e26bbfbdf33f163d209d2c14957358152 # 0.38.0 permissions: + actions: write contents: read id-token: write issues: read @@ -448,7 +449,7 @@ jobs: core.setOutput('deploy-values', JSON.stringify(deployValues)); - id: release - uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@efcd61f6ea80f89aab6fcf8d2e552c3336198e14 # 0.38.0 + uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@cfc7074e26bbfbdf33f163d209d2c14957358152 # 0.38.0 with: chart: ${{ inputs.chart-name }} path: ${{ inputs.chart-path }}