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 55 integration-tests :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v3
99 - name : Use Node.js 10
1010 uses : actions/setup-node@v3.0.0
1111 with :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 - name : Checkmarx AST CLI Action
3030 uses : checkmarxDev/ast-github-action@main
3131 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2.3.4
11+ uses : actions/checkout@v3
1212 with :
1313 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 - run : |
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 with :
1414 fetch-depth : 0
1515 - name : Set env
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@v2
11+ - uses : actions/checkout@v3
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