File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ jobs:
3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
4040 - name : Set up JDK 17
41- uses : actions/setup-java@v4
41+ uses : actions/setup-java@v5
4242 with :
4343 java-version : ' 17'
4444 distribution : ' temurin'
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@v3
48+ uses : github/codeql-action/init@v4
4949 with :
5050 languages : ${{ matrix.language }}
5151 # If you wish to specify custom queries, you can do so here or in a config file.
7171 run : xvfb-run ./gradlew build -xsign -xpublish --warning-mode all
7272
7373 - name : Perform CodeQL Analysis
74- uses : github/codeql-action/analyze@v3
74+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 java : [ '17', '21', '23' ]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Verify gradle wrapper
25- uses : gradle/actions/wrapper-validation@v4
25+ uses : gradle/actions/wrapper-validation@v5
2626 if : matrix.java == '17'
2727
2828 - name : Set up JDK ${{ matrix.java }}
29- uses : actions/setup-java@v4
29+ uses : actions/setup-java@v5
3030 with :
3131 java-version : ${{ matrix.java }}
3232 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments