File tree Expand file tree Collapse file tree 11 files changed +47
-40
lines changed
Expand file tree Collapse file tree 11 files changed +47
-40
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,19 @@ jobs:
4747
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v6
5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@v3
54+ uses : github/codeql-action/init@v4
5555 with :
5656 languages : ${{ matrix.language }}
5757
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@v3
59+ uses : github/codeql-action/autobuild@v4
6060
6161 - name : Perform CodeQL Analysis
62- uses : github/codeql-action/analyze@v3
62+ uses : github/codeql-action/analyze@v4
6363 with :
6464 category : " /language:${{matrix.language}}"
6565 output : sarif-results
7474 output : sarif-results/java.sarif
7575
7676 - name : Upload SARIF
77- uses : github/codeql-action/upload-sarif@v3
77+ uses : github/codeql-action/upload-sarif@v4
7878 with :
7979 sarif_file : sarif-results/java.sarif
8080
File renamed without changes.
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : ' Checkout Repository'
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : Dependency Review
1414 uses : actions/dependency-review-action@v3
1515 with :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 name : git checkout 3.0.0
1818 with :
1919 ref : 3.0.0
2020 - name : Set up Java
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : 17
2424 distribution : temurin
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 name : git checkout master
1818 with :
1919 ref : master
2020 - name : Set up Java
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : 17
2424 distribution : temurin
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 java : [ 11 ]
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Set up Java
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 java-version : ${{ matrix.java }}
2323 distribution : temurin
2424 server-id : central
2525 server-username : MAVEN_USERNAME
2626 server-password : MAVEN_PASSWORD
2727 - name : Cache local Maven repository
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : ~/.m2/repository
3131 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 java : [ 11 ]
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Set up Java
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : ${{ matrix.java }}
2121 distribution : temurin
2222 server-id : central
2323 server-username : MAVEN_USERNAME
2424 server-password : MAVEN_PASSWORD
2525 - name : Cache local Maven repository
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.m2/repository
2929 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : tibdex/github-app-token@v1
1515 id : generate-token
1616 with :
@@ -21,15 +21,15 @@ jobs:
2121 with :
2222 python-version : ' 3.10'
2323 - name : Set up Java 11
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : 11
2727 distribution : temurin
2828 server-id : central
2929 server-username : MAVEN_USERNAME
3030 server-password : MAVEN_PASSWORD
3131 - name : Cache local Maven repository
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : ~/.m2/repository
3535 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout swagger-codegen (3.0.0)
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 ref : 3.0.0
1616
1717 - name : Checkout swagger-codegen-generators
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 repository : swagger-api/swagger-codegen-generators
2121 token : ${{ secrets.GITHUB_TOKEN }}
2727 app_id : ${{ secrets.APP_ID }}
2828 private_key : ${{ secrets.APP_PRIVATE_KEY }}
2929 - name : Set up Java and Maven
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 with :
3232 java-version : ' 17'
3333 distribution : ' temurin'
3636 server-password : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
3737 gpg-private-key : ${{ secrets.OSSRH_GPG_PRIVATE_KEY }}
3838 - name : Cache Maven repository
39- uses : actions/cache@v4
39+ uses : actions/cache@v5
4040 with :
4141 path : ~/.m2/repository
4242 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : tibdex/github-app-token@v1
2424 id : generate-token
2525 with :
3030 with :
3131 python-version : ' 3.10'
3232 - name : Set up Java 11
33- uses : actions/setup-java@v4
33+ uses : actions/setup-java@v5
3434 with :
3535 java-version : 11
3636 distribution : temurin
3939 server-password : MAVEN_PASSWORD
4040 gpg-private-key : ${{ secrets.OSSRH_GPG_PRIVATE_KEY }}
4141 - name : Cache local Maven repository
42- uses : actions/cache@v4
42+ uses : actions/cache@v5
4343 with :
4444 path : ~/.m2/repository
4545 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments