@@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
20+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2121 with :
2222 go-version-file : ' go.mod'
2323 - run : go mod download
24- - uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
24+ - uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
2525 terraform-provider-corner-tfprotov5 :
2626 defaults :
2727 run :
3434 with :
3535 path : terraform-provider-corner
3636 repository : hashicorp/terraform-provider-corner
37- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
37+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
3838 with :
3939 go-version-file : ' go.mod'
4040 - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
6060 with :
6161 path : terraform-provider-corner
6262 repository : hashicorp/terraform-provider-corner
63- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
63+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
6464 with :
6565 go-version-file : ' go.mod'
6666 - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
@@ -82,13 +82,13 @@ jobs:
8282 go-version : [ '1.24', '1.23' ]
8383 steps :
8484 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
85+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
8686 with :
8787 go-version : ${{ matrix.go-version }}
8888 - run : go mod download
8989 - run : go test -coverprofile=coverage.out ./...
9090 - run : go tool cover -html=coverage.out -o coverage.html
91- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
91+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9292 with :
9393 name : go-${{ matrix.go-version }}-coverage
9494 path : coverage.html
0 commit comments