File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111 - name : Checkmarx AST CLI Action
1212 uses : checkmarx/ast-github-action@main
1313 with :
Original file line number Diff line number Diff line change 55 integration-tests :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@v4
99 - name : Use Node.js 14
1010 uses : actions/setup-node@v3.8.1
1111 with :
Original file line number Diff line number Diff line change 5151 steps :
5252
5353 # CHECKOUT PROJECT
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@v4
5555 with :
5656 fetch-depth : 0
5757
Original file line number Diff line number Diff line change 88 update-checkmarx-cli :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Get Latest Checkmarx API version
1313 id : checkmarx-ast-cli
1414 run : |
You can’t perform that action at this time.
0 commit comments