From c2194987586be144d2056f8497f45167c92b260b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:53:22 +0000 Subject: [PATCH] Bump actions/setup-go from 6.5.0 to 7.0.0 in /slsa_with_provenance Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 6731ef0..b6733a2 100644 --- a/slsa_with_provenance/action.yml +++ b/slsa_with_provenance/action.yml @@ -51,7 +51,7 @@ runs: with: go-mod-path: ${{ github.workspace }}/.bin/build/go.mod - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 if: inputs.build-from-source == 'true' with: go-version: ${{ steps.go_versions.outputs.GO_VERSION_STABLE }}