From 7f0e538e981263f918ea72a883edee5ad1509240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:53:01 +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.25 to 1.6.26. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) --- updated-dependencies: - dependency-name: chainguard-dev/actions/setup-gitsign dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9aab9d6..03a4643 100644 --- a/action.yml +++ b/action.yml @@ -272,7 +272,7 @@ runs: fi # Configure gitsign for signed commits - - uses: chainguard-dev/actions/setup-gitsign@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/setup-gitsign@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 if: ${{ steps.create_pr_update.outputs.create_pr_update == 'true' && inputs.use-gitsign == 'true' }} - name: Configure git credentials