From 88c9299cc1f3d5835534cd5738eb54a0012f8016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:53:06 +0000 Subject: [PATCH] build(deps): bump chainguard-dev/actions from 1.6.14 to 1.6.15 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.14 to 1.6.15. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/de68b87302e6266db5fb5220246f8aa46fe94b67...061bc0e921116bde1470f51fb5c86d5318f16558) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d60db1f1..8f7901aa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: go-version-file: 'go.mod' check-latest: true - - uses: chainguard-dev/actions/goimports@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + - uses: chainguard-dev/actions/goimports@061bc0e921116bde1470f51fb5c86d5318f16558 # v1.6.15 - run: make wolfictl - run: make test diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b728d9b0..8fc0fa07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: fi - name: Bump and push Git tag - uses: chainguard-dev/actions/git-tag@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + uses: chainguard-dev/actions/git-tag@061bc0e921116bde1470f51fb5c86d5318f16558 # v1.6.15 if: steps.check.outputs.bump == 'yes' with: token: ${{ steps.octo-sts.outputs.token }}