Skip to content

Commit 9776ed0

Browse files
chore(deps): pin dependencies
1 parent f9a69d1 commit 9776ed0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
id-token: write
1212
steps:
1313
- name: Checkout sources
14-
uses: actions/checkout@v6
15-
- uses: actions/setup-python@v6
14+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1616
with:
1717
python-version: '3.14'
1818
cache: 'pip'

taskcluster/docker/fetch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:13
1+
FROM debian:13@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104
22

33
### Add worker user and setup its workspace.
44
RUN mkdir -p /builds && \

taskcluster/docker/python/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
FROM debian:13-slim
5+
FROM debian:13-slim@sha256:77ba0164de17b88dd0bf6cdc8f65569e6e5fa6cd256562998b62553134a00ef0
66
LABEL maintainer="Mozilla Release Engineering <[email protected]>"
77

88
VOLUME /builds/worker/checkouts
@@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \
2929
PATH=/builds/worker/.local/bin:$PATH
3030

3131
# uv
32-
COPY --from=ghcr.io/astral-sh/uv:0.9.22 /uv /bin/uv
32+
COPY --from=ghcr.io/astral-sh/uv:0.9.22@sha256:2320e6c239737dc73cccce393a8bb89eba2383d17018ee91a59773df802c20e6 /uv /bin/uv
3333
# %ARG PYTHON_VERSIONS
3434
RUN uv python install $PYTHON_VERSIONS
3535
RUN chown -R worker:worker /builds/worker

0 commit comments

Comments
 (0)