Skip to content

Commit dfd320c

Browse files
authored
Merge branch 'master' into copilot/fix-2124
2 parents 5683f00 + bb2a414 commit dfd320c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/master-container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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: .

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/scanner-comparison.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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

k8s/challenge53/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:plucky-20250619
1+
FROM ubuntu:plucky-20250714
22
RUN useradd -m -u 2000 wrongsecrets
33

44
COPY --chown=wrongsecrets executables/ /home/wrongsecrets/

k8s/challenge53/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:plucky-20250619
1+
FROM ubuntu:plucky-20250714
22

33
RUN useradd -m -u 2000 wrongsecrets
44

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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>

0 commit comments

Comments
 (0)