@@ -56,13 +56,13 @@ jobs:
5656 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5757
5858 - name : Install Go
59- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
59+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
6060 with :
6161 go-version-file : go.mod
6262 check-latest : true
6363
6464 - name : Lint with golangci-lint
65- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 .0.0
65+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
6666 with :
6767 version : latest
6868
7979 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8080
8181 - name : Install Go
82- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
82+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
8383 with :
8484 go-version-file : go.mod
8585 check-latest : true
@@ -102,7 +102,7 @@ jobs:
102102 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103103
104104 - name : Run Gosec Security Scanner
105- uses : securego/gosec@955a68d0d19f4afb7503068f95059f7d0c529017 # v2.22.3
105+ uses : securego/gosec@6decf96c3d272d5a8bbdcf9fddb5789d0be16a8d # v2.22.4
106106 with :
107107 args : ' -severity high -exclude-dir=testdata -exclude=*_test.go ./...'
108108
@@ -145,7 +145,7 @@ jobs:
145145 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
146146
147147 - name : Set up Go
148- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
148+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
149149 with :
150150 go-version-file : go.mod
151151 check-latest : true
@@ -212,7 +212,7 @@ jobs:
212212 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213213
214214 - name : Install Go
215- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
215+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
216216 with :
217217 go-version-file : go.mod
218218 check-latest : true
0 commit comments