From 7a96658fb14546fe91116a264cf0736a71f8c7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:03:26 +0000 Subject: [PATCH] chore(deps): bump chainguard-images/actions/apko-build Bumps [chainguard-images/actions/apko-build](https://github.com/chainguard-images/actions) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/chainguard-images/actions/releases) - [Commits](https://github.com/chainguard-images/actions/compare/a32d54a799f0b2d2e5a75f94805b2509cc898ae8...8e701b320e7efcb120a1115de26e9fe833f86390) --- updated-dependencies: - dependency-name: chainguard-images/actions/apko-build dependency-version: 1.0.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6296f1..3a5c584 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,7 +154,7 @@ jobs: config: ${{ fromJSON(toJSON(matrix)).source }} source-date-epoch: ${{ steps.snapshot-date.outputs.epoch }} keyring-append: ${{ github.workspace }}/melange.rsa.pub - - uses: chainguard-images/actions/apko-build@a32d54a799f0b2d2e5a75f94805b2509cc898ae8 # v1.0.37 + - uses: chainguard-images/actions/apko-build@8e701b320e7efcb120a1115de26e9fe833f86390 # v1.0.38 id: build-with-signing-key-local name: apko build-with-signing-key local if: ${{ fromJSON(toJSON(matrix)).melangeConfigs != null && github.ref != 'refs/heads/main' }} @@ -171,7 +171,7 @@ jobs: tag: ${{ fromJSON(toJSON(matrix)).destination }} config: ${{ fromJSON(toJSON(matrix)).source }} source-date-epoch: ${{ steps.snapshot-date.outputs.epoch }} - - uses: chainguard-images/actions/apko-build@a32d54a799f0b2d2e5a75f94805b2509cc898ae8 # v1.0.37 + - uses: chainguard-images/actions/apko-build@8e701b320e7efcb120a1115de26e9fe833f86390 # v1.0.38 if: ${{ fromJSON(toJSON(matrix)).melangeConfigs == null && github.ref != 'refs/heads/main' }} id: build-local name: apko build local