File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Set up Go
22- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323 with :
2424 go-version : " >=1.25.0"
2525
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 lint-test :
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323
24- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
24+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2525 with :
2626 go-version : " >=1.25.0"
2727
2828 - name : golangci-lint
29- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
29+ uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
3030 with :
3131 version : latest
3232
You can’t perform that action at this time.
0 commit comments