File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 steps :
1616 -
1717 name : Checkout
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Set up Go
23- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
23+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2424 with :
2525 go-version : ' >=1.22.2'
2626
Original file line number Diff line number Diff line change 77 lint-test :
88 runs-on : ubuntu-24.04
99 steps :
10- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
10+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111
1212 - name : Set up Go
1313 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1414 with :
1515 go-version-file : " go.mod"
1616
1717 - name : golangci-lint
18- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
18+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
1919 with :
2020 version : latest
2121
You can’t perform that action at this time.
0 commit comments