File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
- name : checkout code
19
19
20
20
- name : setup java
21
- uses : actions/setup-java@v4.6 .0
21
+ uses : actions/setup-java@v4.7 .0
22
22
with :
23
23
distribution : ' temurin'
24
24
java-version : ' 8'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
18
18
19
19
- name : Initialize CodeQL
20
- uses :
github/codeql-action/[email protected] .0
20
+ uses :
github/codeql-action/[email protected] .13
21
21
with :
22
22
languages : ' java'
23
23
- name : setup java
24
- uses : actions/setup-java@v4.6 .0
24
+ uses : actions/setup-java@v4.7 .0
25
25
with :
26
26
java-version : ' 8'
27
27
java-package : jdk
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/[email protected] .0
37
+ uses :
github/codeql-action/[email protected] .13
Original file line number Diff line number Diff line change 54
54
with :
55
55
ref : ${{inputs.branch}}
56
56
- name : setup java
57
- uses : actions/setup-java@v4.6 .0
57
+ uses : actions/setup-java@v4.7 .0
58
58
with :
59
59
distribution : ' temurin'
60
60
java-version : ' 8'
@@ -71,21 +71,21 @@ jobs:
71
71
run : ./gradlew build --info --init-script init.gradle -PversionOverride=$VERSION
72
72
- name : Create GitHub Release
73
73
id : create_release
74
- uses : softprops/action-gh-release@v2.1.0
74
+ uses : softprops/action-gh-release@v2.2.1
75
75
with :
76
76
files : cwms-data-api/build/libs/cwms-data-api-${{env.VERSION}}.war
77
77
tag_name : ${{env.VERSION}}
78
78
generate_release_notes : true
79
79
token : ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
80
80
- name : Log in to the Container registry
81
81
id : login-ghcr
82
- uses : docker/login-action@v3.3 .0
82
+ uses : docker/login-action@v3.4 .0
83
83
with :
84
84
registry : ghcr.io
85
85
username : ${{ github.actor }}
86
86
password : ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
87
87
- name : Login to HEC Public Registry
88
- uses : docker/login-action@v3.3 .0
88
+ uses : docker/login-action@v3.4 .0
89
89
id : login-hec
90
90
with :
91
91
registry : ${{ secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY }}
You can’t perform that action at this time.
0 commit comments