From b9e60d635a4345036888c66f26c91f414c6f0501 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 7 Nov 2023 20:17:41 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-image.yml | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc0490d..5524746 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:1.0.0 + image: quay.io/centos-boot/builder:1.0.0@sha256:d5e7caf5fcb0e38b0311bff19e087c527f464173f6bebfa47b0506a31688197a options: --privileged strategy: diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 8b13c9e..dd97c0b 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:1.0.0 + image: quay.io/centos-boot/builder:1.0.0@sha256:d5e7caf5fcb0e38b0311bff19e087c527f464173f6bebfa47b0506a31688197a options: --privileged strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ee9ce3..d62aa69 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.5 + rev: 37.50.2 hooks: - id: renovate-config-validator