File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ jobs:
4848
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 2
5454 - name : Update Go
55- uses : actions/setup-go@v5
55+ uses : actions/setup-go@v6
5656 with :
57- go-version : " 1.23.8 "
57+ go-version : stable
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@v3
59+ uses : github/codeql-action/init@v4
6060 with :
6161 languages : go
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@v3
63+ uses : github/codeql-action/autobuild@v4
6464 - name : Perform CodeQL Analysis
65- uses : github/codeql-action/analyze@v3
65+ uses : github/codeql-action/analyze@v4
6666 with :
6767 category : " /language:go"
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ jobs:
2121 runs-on : ${{ matrix.os }}
2222 timeout-minutes : 10
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Set up Go
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v6
2828 with :
2929 go-version : ${{ matrix.go-version }}
3030
3131 - name : lint
32- uses : golangci/golangci-lint-action@v7
32+ uses : golangci/golangci-lint-action@v9
3333 with :
34- version : v2.1
34+ version : v2.7
3535 args : --print-resources-usage --timeout=10m --verbose
3636
3737 - name : Test
You can’t perform that action at this time.
0 commit comments