From 1e09c1e4c6f265ad330873ebec4e9e6cbb950a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:34:19 +0000 Subject: [PATCH] chore(deps): bump chainguard-dev/actions/setup-gitsign Bumps [chainguard-dev/actions/setup-gitsign](https://github.com/chainguard-dev/actions) from 1.6.32 to 1.6.33. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/7bd1e94b2a1b7faa891392757de7d89489070c5c...0ffab11a71c1b7bd68ddf94665a8ec88b116223d) --- updated-dependencies: - dependency-name: chainguard-dev/actions/setup-gitsign dependency-version: 1.6.33 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-apko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-apko.yaml b/.github/workflows/update-apko.yaml index 17a1b78..ec30896 100644 --- a/.github/workflows/update-apko.yaml +++ b/.github/workflows/update-apko.yaml @@ -47,7 +47,7 @@ jobs: echo "create_pr_update=true" >> $GITHUB_OUTPUT # Configure signed commits - - uses: chainguard-dev/actions/setup-gitsign@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32 + - uses: chainguard-dev/actions/setup-gitsign@0ffab11a71c1b7bd68ddf94665a8ec88b116223d # v1.6.33 if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }} # Based on usage in https://github.com/chainguard-dev/digestabot/blob/main/action.yml