File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v6
43+ uses : actions/checkout@v7
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 if : github.actor != 'dependabot[bot]'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - name : Setup node
Original file line number Diff line number Diff line change 1111 name : Test on JDK ${{ matrix.java }}, ${{ matrix.os }}
1212
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - name : Set up JDK
1616 uses : actions/setup-java@v5
1717 with :
Original file line number Diff line number Diff line change 99 contents : read
1010 packages : write
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - uses : actions/setup-java@v5
1414 with :
1515 java-version : ' 21'
You can’t perform that action at this time.
0 commit comments