From 547342d921a118cdacb9e17745e84c2e3242cafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:48:06 +0000 Subject: [PATCH] Bump anchore/go-make from 0.4.0 to 0.5.0 in /.github/actions/bootstrap Bumps [anchore/go-make](https://github.com/anchore/go-make) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/anchore/go-make/releases) - [Commits](https://github.com/anchore/go-make/compare/88c36505984649108439f13fb35dcaea4ce61d94...9de27be11ed73e2f9d5406a836a492b7d8aa1225) --- updated-dependencies: - dependency-name: anchore/go-make dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/bootstrap/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index de38e97..d3bc351 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -33,7 +33,7 @@ runs: steps: # setup go, go-make, binny, and restore-only build/mod + tool caches - name: Setup go + go-make tooling - uses: anchore/go-make/.github/actions/setup@88c36505984649108439f13fb35dcaea4ce61d94 # v0.4.0 + uses: anchore/go-make/.github/actions/setup@9de27be11ed73e2f9d5406a836a492b7d8aa1225 # v0.5.0 with: go-version: ${{ inputs.go-version }} cache-dependency-path: .make/go.sum