File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 name : build + integration gate
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
25- - uses : actions/setup-go@v5
25+ - uses : actions/setup-go@v6
2626 with :
27- go-version : ' 1.23 '
27+ go-version : ' 1.25 '
2828
2929 # The local gate (`make ci`) is identical to this CI gate:
3030 # build -> go build ./...
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 timeout-minutes : 30
2121 steps :
2222 - name : Checkout this repo
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 path : cli
26- - uses : actions/setup-go@v5
26+ - uses : actions/setup-go@v6
2727 with :
2828 go-version-file : cli/go.mod
29- - uses : github/codeql-action/init@v3
29+ - uses : github/codeql-action/init@v4
3030 with :
3131 languages : go
3232 queries : security-extended
3333 - name : Build
3434 working-directory : cli
3535 run : go build ./...
36- - uses : github/codeql-action/analyze@v3
36+ - uses : github/codeql-action/analyze@v4
3737 with :
3838 category : " /language:go"
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 timeout-minutes : 15
1818 steps :
1919 - name : Checkout this repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 path : cli
23- - uses : actions/setup-go@v5
23+ - uses : actions/setup-go@v6
2424 with :
2525 go-version-file : cli/go.mod
2626 check-latest : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
1717 scan :
18- uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.1
18+ uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8
1919 permissions :
2020 actions : read
2121 contents : read
You can’t perform that action at this time.
0 commit comments