File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 if : ${{ github.event.pull_request.user.type != 'Bot' }}
1616 steps :
1717 - name : Set up GitHub CLI
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 version : latest
2121
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .1
17+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
1818 - name : Checkmarx One CLI Action
1919 uses : checkmarx/ast-github-action@03a90e7253dadd7e2fff55f5dfbce647b39040a1 # v.2.0.37
2020 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@v4
8+ - uses : actions/checkout@v6
99 with :
1010 lfs : true
1111
Original file line number Diff line number Diff line change 5757 steps :
5858
5959 # CHECKOUT PROJECT
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v6
6161 with :
6262 fetch-depth : 0
6363 lfs : true # Ensure LFS files are checked out
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@v4
11+ - uses : actions/checkout@v6
1212 with :
1313 lfs : true
1414
You can’t perform that action at this time.
0 commit comments