File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : true
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Set up JDK
2929 uses : actions/setup-java@v3
3030 with :
4646 strategy :
4747 fail-fast : false
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 - name : Set up JDK
5151 uses : actions/setup-java@v3
5252 with :
6666 os : [ ubuntu, windows ]
6767 java : [ 11, 17 ]
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 - name : Set up JDK
7171 uses : actions/setup-java@v3
7272 with :
9393 needs : build
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/checkout@v3
96+ - uses : actions/checkout@v4
9797 - uses : actions/download-artifact@v3
9898 with :
9999 name : maven-target-directory
You can’t perform that action at this time.
0 commit comments