chore(deps): update dependency adrienverge/yamllint from v1.36.0 to v1.36.2
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test/1 unknown status
ci/woodpecker/pr/test/2 unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed

This commit is contained in:
Renovate 2025-06-17 21:36:20 +00:00
parent e9684a1ffa
commit cd73d7e9f9
Signed by: renovate
SSH key fingerprint: SHA256:ozQD+/wRtX3XLEA5j/3Rjux2n7XyMgbJzd7oHu7kGno
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ steps:
org.opencontainers.image.vendor: kokuwa.io
org.opencontainers.image.licenses: EUPL-1.2
org.opencontainers.image.ref.name: kokuwaio/yamllint
org.opencontainers.image.version: v1.36.0
org.opencontainers.image.version: v1.36.2
when:
event: pull_request
@ -36,11 +36,11 @@ steps:
<<: *settings
name:
- registry.kokuwa.io/kokuwaio/yamllint:latest
- registry.kokuwa.io/kokuwaio/yamllint:v1.36.0
- registry.kokuwa.io/kokuwaio/yamllint:v1.36.2
- docker.io/kokuwaio/yamllint:latest
- docker.io/kokuwaio/yamllint:v1.36.0
- docker.io/kokuwaio/yamllint:v1.36.2
- ghcr.io/kokuwaio/yamllint:latest
- ghcr.io/kokuwaio/yamllint:v1.36.0
- ghcr.io/kokuwaio/yamllint:v1.36.2
auth:
"https://index.docker.io/v1/":
username: {from_secret: docker_io_username}

View file

@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
apt-get -qq update && \
apt-get -qq install --yes --no-install-recommends python3-pip && \
rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status /var/cache/* /var/log/*
RUN pip install yamllint==v1.36.0 \
RUN pip install yamllint==v1.36.2 \
--root=/build \
--root-user-action=ignore \
--break-system-packages \