File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 name : Build and Test
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
14- - uses : actions/setup-java@v4
14+ - uses : actions/setup-java@v5
1515 with :
1616 java-version : 21
1717 distribution : ' zulu'
3737 env :
3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3939 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v5
4141 with :
4242 name : artifacts
4343 path : target/*.jar
Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
1919 security-events : write
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 2
2525 - name : Set up Java
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : 21
2929 distribution : ' zulu'
3030 cache : ' maven'
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@v3
32+ uses : github/codeql-action/init@v4
3333 with :
3434 languages : java
3535 config : |
3838 - name : Build
3939 run : ./mvnw -B install -DskipTests
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@v3
41+ uses : github/codeql-action/analyze@v4
4242 with :
4343 category : " /language:java"
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-java@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-java@v5
1212 with :
1313 java-version : 21
1414 distribution : ' zulu'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-java@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-java@v5
1212 with :
1313 java-version : 21
1414 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments