File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 with :
2424 fetch-depth : 0
2525 - name : Set up JDK 17
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v4
2727 with :
2828 distribution : ' oracle'
2929 java-version : ' 17'
3030 - name : Cache Maven packages
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : ~/.m2
3434 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 - name : Checkout repository
2424 uses : actions/checkout@v4
2525 - name : Set up JDK 17
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v4
2727 with :
2828 distribution : ' oracle'
2929 java-version : ' 17'
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v2
31+ uses : github/codeql-action/init@v3
3232 with :
3333 languages : ${{ matrix.language }}
3434
3535 - name : Autobuild
36- uses : github/codeql-action/autobuild@v2
36+ uses : github/codeql-action/autobuild@v3
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@v2
39+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - name : Checkout master branch
2020 uses : actions/checkout@v4
2121 - name : Set up JDK 17
22- uses : actions/setup-java@v3
22+ uses : actions/setup-java@v4
2323 with :
2424 distribution : ' oracle'
2525 java-version : ' 17'
2626 - name : Cache Maven packages
27- uses : actions/cache@v3
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.m2
3030 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 - name : Checkout master branch
2828 uses : actions/checkout@v4
2929 - name : Set up JDK 17
30- uses : actions/setup-java@v3
30+ uses : actions/setup-java@v4
3131 with :
3232 distribution : ' oracle'
3333 java-version : ' 17'
3434 - name : Cache Maven packages
35- uses : actions/cache@v3
35+ uses : actions/cache@v4
3636 with :
3737 path : ~/.m2
3838 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments