File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - name : Install Go
1717 uses : actions/setup-go@v6
1818 with :
1919 go-version-file : ./go.mod
2020
2121 - name : golangci-lint
22- uses : golangci/golangci-lint-action@v8
22+ uses : golangci/golangci-lint-action@v9
2323 with :
2424 # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2525 version : latest
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Git Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 persist-credentials : false
1919
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Git Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
You can’t perform that action at this time.
0 commit comments