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:
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@v3
26
+ uses : actions/setup-java@v4
27
27
with :
28
28
distribution : ' oracle'
29
29
java-version : ' 17'
30
30
- name : Cache Maven packages
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.m2
34
34
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
23
23
- name : Checkout repository
24
24
uses : actions/checkout@v4
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@v3
26
+ uses : actions/setup-java@v4
27
27
with :
28
28
distribution : ' oracle'
29
29
java-version : ' 17'
30
30
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@v2
31
+ uses : github/codeql-action/init@v3
32
32
with :
33
33
languages : ${{ matrix.language }}
34
34
35
35
- name : Autobuild
36
- uses : github/codeql-action/autobuild@v2
36
+ uses : github/codeql-action/autobuild@v3
37
37
38
38
- 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:
19
19
- name : Checkout master branch
20
20
uses : actions/checkout@v4
21
21
- name : Set up JDK 17
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@v4
23
23
with :
24
24
distribution : ' oracle'
25
25
java-version : ' 17'
26
26
- name : Cache Maven packages
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.m2
30
30
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
- name : Checkout master branch
28
28
uses : actions/checkout@v4
29
29
- name : Set up JDK 17
30
- uses : actions/setup-java@v3
30
+ uses : actions/setup-java@v4
31
31
with :
32
32
distribution : ' oracle'
33
33
java-version : ' 17'
34
34
- name : Cache Maven packages
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.m2
38
38
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments