File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 # If you do not check out your code, Copilot will do this for you.
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : Set up JDK 25
3131 uses : actions/setup-java@v5
3232 with :
Original file line number Diff line number Diff line change 1818 pull-requests : read
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : Set up JDK 25
2323 uses : actions/setup-java@v5
2424 with :
3030 server-password : MAVEN_CENTRAL_TOKEN # env variable for token in deploy
3131 settings-path : ${{ github.workspace }}
3232 - name : Cache Maven packages
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : ~/.m2
3636 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 - name : Set up JDK 25
3737 uses : actions/setup-java@v5
3838 with :
4141 check-latest : true
4242 settings-path : ${{ github.workspace }}
4343 - name : Cache Maven packages
44- uses : actions/cache@v4
44+ uses : actions/cache@v5
4545 with :
4646 path : ~/.m2
4747 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
8181 packages : write
8282 steps :
8383 - name : Checkout code
84- uses : actions/checkout@v5
84+ uses : actions/checkout@v6
8585 - name : Set up JDK 25
8686 uses : actions/setup-java@v5
8787 with :
9090 check-latest : true
9191 settings-path : ${{ github.workspace }}
9292 - name : Cache Maven packages
93- uses : actions/cache@v4
93+ uses : actions/cache@v5
9494 with :
9595 path : ~/.m2
9696 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments