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
uses : actions/checkout@v4.2.2
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
uses : actions/checkout@v4.2.2
18
18
19
19
- name : Initialize CodeQL
20
- uses : github/codeql-action/init@v3.28.0
20
+ uses : github/codeql-action/init@v3.28.11
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/analyze@v3.28.0
37
+ uses : github/codeql-action/analyze@v3.28.11
Original file line number Diff line number Diff line change 50
50
with :
51
51
ref : ${{inputs.branch}}
52
52
- name : setup java
53
- uses : actions/setup-java@v4.6 .0
53
+ uses : actions/setup-java@v4.7 .0
54
54
with :
55
55
distribution : ' temurin'
56
56
java-version : ' 8'
@@ -67,21 +67,21 @@ jobs:
67
67
run : ./gradlew build --info --init-script init.gradle -PversionOverride=$VERSION
68
68
- name : Create GitHub Release
69
69
id : create_release
70
- uses : softprops/action-gh-release@v2.1.0
70
+ uses : softprops/action-gh-release@v2.2.1
71
71
with :
72
72
files : cwms-data-api/build/libs/cwms-data-api-${{env.VERSION}}.war
73
73
tag_name : ${{env.VERSION}}
74
74
generate_release_notes : true
75
75
token : ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
76
76
- name : Log in to the Container registry
77
77
id : login-ghcr
78
- uses : docker/login-action@v3.3 .0
78
+ uses : docker/login-action@v3.4 .0
79
79
with :
80
80
registry : ghcr.io
81
81
username : ${{ github.actor }}
82
82
password : ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
83
83
- name : Login to HEC Public Registry
84
- uses : docker/login-action@v3.3 .0
84
+ uses : docker/login-action@v3.4 .0
85
85
id : login-hec
86
86
with :
87
87
registry : ${{ secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY }}
You can’t perform that action at this time.
0 commit comments