2626 go-version : ${{ matrix.go-version }}
2727
2828 - name : Checkout code
29- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
29+ uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
3030
3131 - name : Setup cache for go modules
3232 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7474 go-version : ${{ matrix.go-version }}
7575
7676 - name : Checkout code
77- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
77+ uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
7878
7979 - name : Setup cache for go modules
8080 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
@@ -123,7 +123,7 @@ jobs:
123123 go-version : ${{ matrix.go-version }}
124124
125125 - name : Checkout code
126- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
126+ uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
127127
128128 - name : Setup cache for go modules
129129 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
@@ -159,7 +159,7 @@ jobs:
159159 runs-on : ubuntu-latest
160160 steps :
161161 - name : Checkout code
162- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
162+ uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
163163
164164 - name : Setup go
165165 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
@@ -178,7 +178,7 @@ jobs:
178178 ${{ runner.os }}-lint-
179179
180180 - name : Lint code
181- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
181+ uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9 .0.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 ./...
@@ -202,7 +202,7 @@ jobs:
202202 go-version : ${{ matrix.go-version }}
203203
204204 - name : Checkout code
205- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
205+ uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
206206
207207 - name : Create test directory
208208 run : |
@@ -246,7 +246,7 @@ jobs:
246246
247247 # Save coverage report parts
248248 - name : Upload and save artifacts
249- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
249+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
250250 with :
251251 name : linux-test-results-${{ matrix.go-version }}
252252 path : linux_cov.part
@@ -272,7 +272,7 @@ jobs:
272272 go-version : ${{ matrix.go-version }}
273273
274274 - name : Checkout code
275- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
275+ uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.0.0
276276
277277 - name : Setup cache for go modules
278278 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
@@ -314,7 +314,7 @@ jobs:
314314
315315 # Save coverage report parts
316316 - name : Upload and save artifacts
317- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
317+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
318318 with :
319319 name : windows-test-results-${{ matrix.go-version }}
320320 path : win_cov.part
0 commit comments