File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v1
45
+ uses : github/codeql-action/init@v2
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52
52
53
53
- name : Set up JDK 17
54
- uses : actions/setup-java@v2
54
+ uses : actions/setup-java@v4
55
55
with :
56
56
java-version : ' 17'
57
57
distribution : ' temurin'
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@v1
63
+ uses : github/codeql-action/autobuild@v2
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 https://git.io/JvXDl
74
74
# make release
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@v1
77
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout the repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Set up JDK 17
21
- uses : actions/setup-java@v2
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : ' 17'
24
24
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments