From 81d142c7631652e9db709812e7703dcfbd9bf9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 04:25:57 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/build-image directory: [int128/docker-build-cache-config-action](https://github.com/int128/docker-build-cache-config-action) and [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance). Bumps the github-actions-dependencies group with 2 updates in the /actions/helm/generate-docs directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/1b10c78c7865c340bc4f6099eb2f838309f1e8c3...bcd2ba49218906704ab6c1aa796996da409d3eb1) Updates `int128/docker-build-cache-config-action` from 1.55.0 to 1.56.0 - [Release notes](https://github.com/int128/docker-build-cache-config-action/releases) - [Commits](https://github.com/int128/docker-build-cache-config-action/compare/8bda1b303afec3d9f81c0c359096a47870ca1bf0...600f417a89b22227409391339c1c425ba46b5e07) Updates `reproducible-containers/buildkit-cache-dance` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](https://github.com/reproducible-containers/buildkit-cache-dance/compare/1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4...5422eac04292c961a382e0f584ea0f03ad9da723) Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/1b10c78c7865c340bc4f6099eb2f838309f1e8c3...bcd2ba49218906704ab6c1aa796996da409d3eb1) Updates `hoverkraft-tech/ci-github-nodejs` from 0.23.2 to 0.24.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/47891dc49a31209a88949e081d97a010f8cd20c4...a10d5e32daef8e060c49fe617833fb0d53476f22) Updates `hoverkraft-tech/ci-github-nodejs` from 0.23.2 to 0.24.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/47891dc49a31209a88949e081d97a010f8cd20c4...a10d5e32daef8e060c49fe617833fb0d53476f22) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: int128/docker-build-cache-config-action dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: reproducible-containers/buildkit-cache-dance dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-images.yml | 2 +- actions/docker/build-image/action.yml | 4 ++-- actions/helm/generate-docs/action.yml | 4 ++-- actions/helm/release-chart/action.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build-images.yml b/.github/workflows/docker-build-images.yml index 42410a91..dd7cb449 100644 --- a/.github/workflows/docker-build-images.yml +++ b/.github/workflows/docker-build-images.yml @@ -384,7 +384,7 @@ jobs: with: actions-path: actions - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 if: inputs.build-secret-github-app-client-id id: generate-token with: diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index 345486be..cf780186 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -303,7 +303,7 @@ runs: # Caching setup - id: cache-arguments - uses: int128/docker-build-cache-config-action@8bda1b303afec3d9f81c0c359096a47870ca1bf0 # v1.55.0 + uses: int128/docker-build-cache-config-action@600f417a89b22227409391339c1c425ba46b5e07 # v1.56.0 with: image: ${{ steps.get-docker-config.outputs.cache-image }} flavor: ${{ steps.get-docker-config.outputs.cache-flavor }} @@ -320,7 +320,7 @@ runs: cache-mount-${{ hashFiles(steps.get-docker-config.outputs.dockerfile-path) }}- - name: Restore Docker cache mounts - uses: reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2 + uses: reproducible-containers/buildkit-cache-dance@5422eac04292c961a382e0f584ea0f03ad9da723 # v3.4.0 with: builder: ${{ steps.docker-setup.outputs.buildx-name }} cache-dir: cache-mount diff --git a/actions/helm/generate-docs/action.yml b/actions/helm/generate-docs/action.yml index c63f512c..330db871 100644 --- a/actions/helm/generate-docs/action.yml +++ b/actions/helm/generate-docs/action.yml @@ -142,7 +142,7 @@ runs: working-directory: ${{ steps.prepare-variables.outputs.working-directory }} - name: Setup Node.js - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0 with: working-directory: ${{ github.action_path }} @@ -224,7 +224,7 @@ runs: cwd: process.env.WORKING_DIRECTORY, }); - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 if: inputs.github-app-client-id id: generate-token with: diff --git a/actions/helm/release-chart/action.yml b/actions/helm/release-chart/action.yml index 528129eb..3f2aaec4 100644 --- a/actions/helm/release-chart/action.yml +++ b/actions/helm/release-chart/action.yml @@ -188,7 +188,7 @@ runs: ${{ steps.chart-values-updates.outputs.yq-command }} - name: Setup Node.js - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0 with: working-directory: ${{ github.action_path }}