File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
2626 id : filter
2727 with :
4343 run : ./scripts/go-mod-check.sh
4444 - name : golangci-lint
4545 if : steps.filter.outputs.go == 'true'
46- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
46+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
4747 with :
4848 version : v1.43
4949 args : --timeout 2m0s
Original file line number Diff line number Diff line change 1919 with :
2020 go-version : 1.25.1
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : Generate API clients
2424 run : |
2525 ./scripts/generate.sh
Original file line number Diff line number Diff line change 1414 node-version : [14.x]
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v5
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 - name : Fetch Errors JSON files
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - " redhat-developer/app-services-sdk-java"
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - name : KAS Fleet Manager OpenAPI changed
23- uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
23+ uses : peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
2424 with :
2525 token : ${{ env.APP_SERVICES_CI_TOKEN }}
2626 repository : ${{ matrix.repo }}
Original file line number Diff line number Diff line change 2929 with :
3030 go-version : 1.25.1
3131 - name : Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 - name : Fetch OpenAPI doc
3434 if : github.event.inputs.url != ''
3535 run : ./scripts/fetch_api.sh ${{ github.event.inputs.url }}
You can’t perform that action at this time.
0 commit comments