Skip to content

Commit d4a010b

Browse files
committed
Unpin the container images used for wheel builds
Signed-off-by: pdmurray <peynmurray@gmail.com>
1 parent 4e5a661 commit d4a010b

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
fail-fast: false
290290

291291
container:
292-
image: alpine:3.22.4
292+
image: alpine
293293
options: --cap-add=SYS_PTRACE
294294

295295
steps:
@@ -321,7 +321,7 @@ jobs:
321321
fail-fast: false
322322

323323
container:
324-
image: fedora:45
324+
image: fedora
325325
options: --cap-add=SYS_PTRACE
326326

327327
steps:
@@ -359,7 +359,7 @@ jobs:
359359
fail-fast: false
360360

361361
container:
362-
image: archlinux:base-devel-20260517.0.530531
362+
image: archlinux
363363
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
364364
steps:
365365
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -400,7 +400,7 @@ jobs:
400400
fail-fast: false
401401

402402
container:
403-
image: debian:stable
403+
image: debian
404404
options: --cap-add=SYS_PTRACE
405405

406406
steps:

zizmor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ rules:
44
# Only exposes the codecov token; low risk
55
- coverage.yml:74
66
- coverage.yml:80
7+
unpinned-images:
8+
- build_wheels.yml:292
9+
- build_wheels.yml:324
10+
- build_wheels.yml:362
11+
- build_wheels.yml:403

0 commit comments

Comments
 (0)