File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7979
8080 - name : Build and push Docker image
8181 id : build
82- uses : docker/build-push-action@v5
82+ uses : docker/build-push-action@v6
8383 with :
8484 platforms : linux/amd64,linux/arm64
8585 context : .
Original file line number Diff line number Diff line change 8686
8787 - name : Build and push Docker image
8888 id : build
89- uses : docker/build-push-action@v5
89+ uses : docker/build-push-action@v6
9090 with :
9191 context : .
9292 push : true
Original file line number Diff line number Diff line change 9191 uses : actions/checkout@v4
9292
9393 - name : Set up Python
94- uses : actions/setup-python@v4
94+ uses : actions/setup-python@v5
9595 with :
9696 python-version : ' 3.11'
9797
@@ -161,7 +161,7 @@ jobs:
161161 uses : actions/checkout@v4
162162
163163 - name : Set up Python
164- uses : actions/setup-python@v4
164+ uses : actions/setup-python@v5
165165 with :
166166 python-version : ' 3.11'
167167
@@ -196,7 +196,7 @@ jobs:
196196 uses : actions/checkout@v4
197197
198198 - name : Set up Python
199- uses : actions/setup-python@v4
199+ uses : actions/setup-python@v5
200200 with :
201201 python-version : ' 3.11'
202202
@@ -237,7 +237,7 @@ jobs:
237237 uses : actions/checkout@v4
238238
239239 - name : Set up Python
240- uses : actions/setup-python@v4
240+ uses : actions/setup-python@v5
241241 with :
242242 python-version : ' 3.11'
243243
Original file line number Diff line number Diff line change 1- FROM ubuntu:plucky-20250619
1+ FROM ubuntu:plucky-20250714
22RUN useradd -m -u 2000 wrongsecrets
33
44COPY --chown=wrongsecrets executables/ /home/wrongsecrets/
Original file line number Diff line number Diff line change 1- FROM ubuntu:plucky-20250619
1+ FROM ubuntu:plucky-20250714
22
33RUN useradd -m -u 2000 wrongsecrets
44
Original file line number Diff line number Diff line change 5959 <io .netty.version>4.1.118.Final</io .netty.version>
6060 <java .version>23</java .version>
6161 <jquery .version>3.7.1</jquery .version>
62- <jruby .version>10.0.0.1 </jruby .version>
62+ <jruby .version>10.0.1.0 </jruby .version>
6363 <lombok .version>1.18.38</lombok .version>
6464 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
6565 <maven .compiler.proc>full</maven .compiler.proc>
You can’t perform that action at this time.
0 commit comments