This repository was archived by the owner on Feb 7, 2024. It is now read-only.
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 @@ -40,11 +40,11 @@ jobs:
40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@v2
47
+ uses : github/codeql-action/init@v3
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
58
58
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
59
59
# If this step fails, then you should remove it and run the build manually (see below)
60
60
- name : Autobuild
61
- uses : github/codeql-action/autobuild@v2
61
+ uses : github/codeql-action/autobuild@v3
62
62
63
63
# ℹ️ Command-line programs to run using the OS shell.
64
64
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
71
71
# ./location_of_script_within_repo/buildscript.sh
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@v2
74
+ uses : github/codeql-action/analyze@v3
75
75
with :
76
76
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
- name : Checkout
19
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 : ' temurin'
25
25
- name : Cache Gradle
26
- uses : actions/cache@v3.3.2
26
+ uses : actions/cache@v4.0.0
27
27
with :
28
28
path : ~/.gradle/caches
29
29
key : >-
37
37
with :
38
38
arguments : shadowJar
39
39
- name : Upload a Build Artifact
40
- uses : actions/upload-artifact@v3.1.3
40
+ uses : actions/upload-artifact@v4.3.1
41
41
with :
42
42
name : ' Successfully build EternalRTP'
43
43
path : build/libs/*.jar
You can’t perform that action at this time.
0 commit comments