File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
thewar : ${{steps.thebuild.outputs.WARFILE}}
18
18
steps :
19
19
- name : checkout code
20
- uses : actions/checkout@v4.2.0
20
+ uses : actions/checkout@v4.2.1
21
21
- name : setup java
22
22
uses : actions/setup-java@v4.4.0
23
23
with :
28
28
id : thebuild
29
29
run : ./gradlew build --info --init-script init.gradle
30
30
- name : Upload WAR
31
- uses : actions/upload-artifact@v4.4.0
31
+ uses : actions/upload-artifact@v4.4.3
32
32
with :
33
33
name : warfile
34
34
path : cwms-data-api/build/libs/${{steps.thebuild.outputs.WARFILE}}
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : checkout code
47
- uses : actions/checkout@v4.2.0
47
+ uses : actions/checkout@v4.2.1
48
48
- name : setup java
49
49
uses : actions/setup-java@v4.4.0
50
50
with :
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4.2.0
17
+ uses : actions/checkout@v4.2.1
18
18
19
19
- name : Initialize CodeQL
20
- uses : github/codeql-action/init@v3.26.11
20
+ uses : github/codeql-action/init@v3.26.13
21
21
with :
22
22
languages : ' java'
23
23
- name : setup java
34
34
id : build
35
35
run : ./gradlew build --info --init-script init.gradle
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@v3.26.11
37
+ uses : github/codeql-action/analyze@v3.26.13
You can’t perform that action at this time.
0 commit comments