From 37aa5202730ed00d835a940f9ee6be3cb66ae47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:03:07 +0000 Subject: [PATCH] chore(deps): bump chainguard-images/actions/apko-publish Bumps [chainguard-images/actions/apko-publish](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-publish 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..0459449 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: signing-key-path: ${{ github.workspace }}/melange.rsa sign-with-key: true empty-workspace: true - - uses: chainguard-images/actions/apko-publish@a32d54a799f0b2d2e5a75f94805b2509cc898ae8 # v1.0.37 + - uses: chainguard-images/actions/apko-publish@8e701b320e7efcb120a1115de26e9fe833f86390 # v1.0.38 id: build-with-signing-key name: apko build-with-signing-key if: ${{ fromJSON(toJSON(matrix)).melangeConfigs != null && github.ref == 'refs/heads/main' }} @@ -163,7 +163,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-publish@a32d54a799f0b2d2e5a75f94805b2509cc898ae8 # v1.0.37 + - uses: chainguard-images/actions/apko-publish@8e701b320e7efcb120a1115de26e9fe833f86390 # v1.0.38 if: ${{ fromJSON(toJSON(matrix)).melangeConfigs == null && github.ref == 'refs/heads/main' }} id: build name: apko build