chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2025-04-18 18:38:32 +00:00 committed by GitHub
parent b9f1919aa9
commit 868fbaa0d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
id: release-please
with:
release-type: simple

View file

@ -1,5 +1,5 @@
# Source Image
FROM docker.io/library/python:3.13-alpine3.19
FROM docker.io/library/python:3.13-alpine3.19@sha256:8287ca207e905649e9f399b5f91a119e5e9051d8cd110d5f8c3b4bd9458ebd1d
# Environment vars
ENV PROJECT_DIR="/anvil"

2
anvil/poetry.lock generated
View file

@ -2649,4 +2649,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "ceee8ef485bad88f442d774f92ae1aee3cc9fdff2ee863900034290a08469dc0"
content-hash = "e584c63f3bbde4187c4fe3434643a20f6603136ba9b62409a396e7b5338457c9"

View file

@ -18,7 +18,7 @@ humanize = "^4.9.0"
toml = "^0.10.2"
[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^25.0.0", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
ansible-lint = { version = "25.2.1", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
[build-system]
requires = ["poetry-core"]

View file

@ -1,5 +1,5 @@
# Source Image
FROM docker.io/library/golang:1.24
FROM docker.io/library/golang:1.24@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509
# Copy script
WORKDIR /certs

View file

@ -1,5 +1,5 @@
# Source Image
FROM docker.io/library/registry:3.0
FROM docker.io/library/registry:3.0@sha256:1fc7de654f2ac1247f0b67e8a459e273b0993be7d2beda1f3f56fbf1001ed3e7
# Configure TLS certificates
ENV REGISTRY_HTTP_TLS_CERTIFICATE="/certs/cert.pem"

View file

@ -1,5 +1,5 @@
# Source Image
FROM docker.io/traefik:v3.3
FROM docker.io/traefik:v3.3@sha256:83f3c843133530e4aa45e6ddc415488583a8a01c88adc5022d415c6e97ceeaae
# Add configuration file
COPY ./config/*.yml /etc/traefik/