File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
VERSION=${GITHUB_REF_NAME#v}
19
19
echo "VERSION=$VERSION" >> $GITHUB_ENV
20
20
echo "IMAGE_NAME=${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:$VERSION" >> $GITHUB_ENV
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
24
24
- name : Set up JDK
Original file line number Diff line number Diff line change 60
60
<maven-resources-plugin-version >3.3.1</maven-resources-plugin-version >
61
61
<maven-dependency-plugin-version >3.8.1</maven-dependency-plugin-version >
62
62
<dependency-check-version >12.1.3</dependency-check-version >
63
- <netty-version >4.2.3 .Final</netty-version >
63
+ <netty-version >4.2.4 .Final</netty-version >
64
64
65
65
<skip .dependency-check>false</skip .dependency-check>
66
66
You can’t perform that action at this time.
0 commit comments