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 : 23
1717 distribution : ' temurin'
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4040 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
41- - uses : actions/upload-artifact@v4
41+ - uses : actions/upload-artifact@v5
4242 with :
4343 name : artifacts
4444 path : target/*.jar
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ jobs:
1414 name : Analyse
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 2
20- - uses : actions/setup-java@v4
20+ - uses : actions/setup-java@v5
2121 with :
2222 java-version : 23
2323 distribution : ' temurin'
2424 cache : ' maven'
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@v3
26+ uses : github/codeql-action/init@v4
2727 with :
2828 languages : java
2929 - name : Build and Test
3030 run : mvn -B install -DskipTests
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@v3
32+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 66 publish :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
10- - uses : actions/setup-java@v4
9+ - uses : actions/checkout@v5
10+ - uses : actions/setup-java@v5
1111 with :
1212 java-version : 23
1313 distribution : ' temurin'
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 : 23
1414 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments