diff --git a/go-build/action.yml b/go-build/action.yml index 42b48c4..06a3198 100644 --- a/go-build/action.yml +++ b/go-build/action.yml @@ -159,7 +159,7 @@ runs: echo "Final detected Go version: $detected_version" >&2 - name: Setup Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: ${{ steps.detect-go-version.outputs.detected-version }} cache: true diff --git a/go-lint/action.yml b/go-lint/action.yml index 49bddc6..390bbc8 100644 --- a/go-lint/action.yml +++ b/go-lint/action.yml @@ -205,7 +205,7 @@ runs: validate_linter_list "$DISABLE_LINTERS" "disable-linters" - name: Setup Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: ${{ inputs.go-version }} cache: true diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 123b324..4f8f463 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -621,7 +621,7 @@ runs: - name: Setup Go if: steps.detect-go.outputs.found == 'true' - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: ${{ steps.go-version.outputs.detected-version }} cache: true