@@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- 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
21
21
with :
22
22
go-version-file : ' go.mod'
23
23
- run : go mod download
24
- - uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
24
+ - uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
25
25
with :
26
26
version : latest
27
27
terraform-provider-corner-tfprotov5 :
36
36
with :
37
37
path : terraform-provider-corner
38
38
repository : hashicorp/terraform-provider-corner
39
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
39
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
40
40
with :
41
41
go-version-file : ' go.mod'
42
42
- uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
@@ -60,13 +60,13 @@ jobs:
60
60
go-version : [ '1.24', '1.23' ]
61
61
steps :
62
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
63
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
64
64
with :
65
65
go-version : ${{ matrix.go-version }}
66
66
- run : go mod download
67
67
- run : go test -coverprofile=coverage.out ./...
68
68
- run : go tool cover -html=coverage.out -o coverage.html
69
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70
70
with :
71
71
name : go-${{ matrix.go-version }}-coverage
72
72
path : coverage.html
0 commit comments