File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout the repository
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v6
2020
21- - name : Set up JDK 17
22- uses : actions/setup-java@v3
21+ - name : Set up JDK 21
22+ uses : actions/setup-java@v5
2323 with :
2424 distribution : temurin
25- java-version : 17
25+ java-version : 21
2626 cache : gradle
2727
2828 - name : Build with Gradle
2929 run : ./gradlew clean build --no-daemon
3030
3131 - name : Upload artifacts
32- uses : actions/upload-artifact@v3
32+ uses : actions/upload-artifact@v7
3333 with :
3434 name : artifacts
3535 path : build/
@@ -41,13 +41,13 @@ jobs:
4141 security-events : write
4242 steps :
4343 - name : Checkout the repository
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v6
4545
46- - name : Set up JDK 17
47- uses : actions/setup-java@v3
46+ - name : Set up JDK 21
47+ uses : actions/setup-java@v5
4848 with :
4949 distribution : temurin
50- java-version : 17
50+ java-version : 21
5151 cache : gradle
5252
5353 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments