@@ -21,15 +21,15 @@ jobs:
2121 - " 1.25"
2222 steps :
2323 - name : Setup go
24- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
24+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2525 with :
2626 go-version : ${{ matrix.go-version }}
2727
2828 - name : Checkout code
29- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
29+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
3030
3131 - name : Setup cache for go modules
32- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
32+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3333 with :
3434 path : |
3535 ~/.cache/go-build
@@ -69,15 +69,15 @@ jobs:
6969 run : git config --global core.autocrlf false
7070
7171 - name : Setup go
72- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
72+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
7373 with :
7474 go-version : ${{ matrix.go-version }}
7575
7676 - name : Checkout code
77- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
77+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
7878
7979 - name : Setup cache for go modules
80- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
80+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8181 with :
8282 path : |
8383 ~\AppData\Local\go-build
@@ -118,15 +118,15 @@ jobs:
118118 - " arm" # 32-bit ARM
119119 steps :
120120 - name : Setup go
121- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
121+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
122122 with :
123123 go-version : ${{ matrix.go-version }}
124124
125125 - name : Checkout code
126- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
126+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
127127
128128 - name : Setup cache for go modules
129- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130130 with :
131131 path : |
132132 ~/.cache/go-build
@@ -159,15 +159,15 @@ jobs:
159159 runs-on : ubuntu-latest
160160 steps :
161161 - name : Checkout code
162- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
162+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
163163
164164 - name : Setup go
165- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
165+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
166166 with :
167167 go-version : " 1.25" # Use latest for linting
168168
169169 - name : Setup cache for go modules
170- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
170+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
171171 with :
172172 path : |
173173 ~/.cache/go-build
@@ -178,7 +178,7 @@ jobs:
178178 ${{ runner.os }}-lint-
179179
180180 - name : Lint code
181- uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0 .0
181+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
182182
183183 - name : Check for modern Go patterns
184184 run : go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./...
@@ -197,19 +197,19 @@ jobs:
197197 contents : read
198198 steps :
199199 - name : Setup go
200- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
200+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
201201 with :
202202 go-version : ${{ matrix.go-version }}
203203
204204 - name : Checkout code
205- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
205+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
206206
207207 - name : Create test directory
208208 run : |
209209 mkdir -p ${{ env.TEST_RESULTS_PATH }}
210210
211211 - name : Setup cache for go modules
212- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
212+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
213213 with :
214214 path : |
215215 ~/.cache/go-build
@@ -223,7 +223,7 @@ jobs:
223223 run : go install gotest.tools/gotestsum@v1.8.2
224224
225225 - name : Configure AWS Credentials
226- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
226+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
227227 with :
228228 aws-region : us-east-1
229229 role-to-assume : arn:aws:iam::388664967494:role/hc-go-getter-test
@@ -246,7 +246,7 @@ jobs:
246246
247247 # Save coverage report parts
248248 - name : Upload and save artifacts
249- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
249+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
250250 with :
251251 name : linux-test-results-${{ matrix.go-version }}
252252 path : linux_cov.part
@@ -267,15 +267,15 @@ jobs:
267267 run : git config --global core.autocrlf false
268268
269269 - name : Setup Go
270- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
270+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
271271 with :
272272 go-version : ${{ matrix.go-version }}
273273
274274 - name : Checkout code
275- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
275+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
276276
277277 - name : Setup cache for go modules
278- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
278+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
279279 with :
280280 path : |
281281 ~\AppData\Local\go-build
@@ -290,7 +290,7 @@ jobs:
290290 run : go install gotest.tools/gotestsum@v1.8.2
291291
292292 - name : Configure AWS Credentials
293- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
293+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
294294 with :
295295 aws-region : us-east-1
296296 role-to-assume : arn:aws:iam::388664967494:role/hc-go-getter-test
@@ -314,7 +314,7 @@ jobs:
314314
315315 # Save coverage report parts
316316 - name : Upload and save artifacts
317- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
317+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
318318 with :
319319 name : windows-test-results-${{ matrix.go-version }}
320320 path : win_cov.part
0 commit comments