From 4532501752a7a78c46acb0d368168d8aaed5d71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:33:10 +0000 Subject: [PATCH] chore(deps): bump chainguard-dev/actions from 1.6.19 to 1.6.25 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.19 to 1.6.25. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/c69a264ec2a5934c3186c618f368fc1c86f16cff...e1c4977ad9cb32b12c5b222ec0134a22bec60bd5) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/update-apko.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c13195..590b12a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Calculate version bump id: create_tag - uses: chainguard-dev/actions/git-tag@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + uses: chainguard-dev/actions/git-tag@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 with: bump_level: patch dry_run: true diff --git a/.github/workflows/update-apko.yaml b/.github/workflows/update-apko.yaml index 645481d..e6ac138 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@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + - uses: chainguard-dev/actions/setup-gitsign@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }} # Based on usage in https://github.com/chainguard-dev/digestabot/blob/main/action.yml