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 }}