File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2525
5454 name : Security Testing
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858
5959 - name : Set up JDK 21
6060 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 2424
2525 steps :
2626
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828
2929 - name : Set up Java
3030 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK 21
2424 uses : actions/setup-java@v5
2525 with :
You can’t perform that action at this time.
0 commit comments