diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee07274..d6029c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-boot/builder:latest@sha256:c05a652979f4d13b0d597a2ad32742069be718b71c7458b6f928290ab8d54a1a + image: quay.io/centos-boot/builder:latest@sha256:65ce75a3515e2711ff770b778ae9eed9eafa895e1afe222d44ca74a337e2e6e1 options: --privileged strategy: diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index a6f7f30..ddbb88a 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-boot/builder:latest@sha256:c05a652979f4d13b0d597a2ad32742069be718b71c7458b6f928290ab8d54a1a + image: quay.io/centos-boot/builder:latest@sha256:65ce75a3515e2711ff770b778ae9eed9eafa895e1afe222d44ca74a337e2e6e1 options: --privileged strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9696d82..9ee9ce3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,6 @@ repos: hooks: - id: markdownlint - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.49.3 + rev: 37.49.5 hooks: - id: renovate-config-validator