File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
contents : read
17
17
packages : read
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Set up JDK 17
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : ' 17'
24
24
distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ jobs:
39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
44
44
- name : Set up JDK 17
45
- uses : actions/setup-java@v3
45
+ uses : actions/setup-java@v4
46
46
with :
47
47
java-version : ' 17'
48
48
distribution : ' zulu'
49
49
50
50
# Initializes the CodeQL tools for scanning.
51
51
- name : Initialize CodeQL
52
- uses : github/codeql-action/init@v2
52
+ uses : github/codeql-action/init@v3
53
53
with :
54
54
languages : ${{ matrix.language }}
55
55
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@v2
63
+ uses : github/codeql-action/autobuild@v3
64
64
env :
65
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
66
GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
77
77
# make release
78
78
79
79
- name : Perform CodeQL Analysis
80
- uses : github/codeql-action/analyze@v2
80
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 12
12
contents : read
13
13
packages : write
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-java@v3
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-java@v4
17
17
with :
18
18
java-version : ' 17'
19
19
distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments