From 6a6c1ba016413077ff504d15689d58e1b3705cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:53:11 +0000 Subject: [PATCH] Bump actions/setup-go Bumps the actions group with 1 update in the /slsa_with_provenance directory: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 6.4.0 to 6.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- slsa_with_provenance/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsa_with_provenance/action.yml b/slsa_with_provenance/action.yml index 1992cbc..13eb0f2 100644 --- a/slsa_with_provenance/action.yml +++ b/slsa_with_provenance/action.yml @@ -48,7 +48,7 @@ runs: with: go-mod-path: ${{ github.workspace }}/.bin/build/go.mod - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 if: inputs.build-from-source == 'true' with: go-version: ${{ steps.go_versions.outputs.GO_VERSION_STABLE }}