From 337be3e0f56f1f930c4f6c2bd2e714d87e110180 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 20 Nov 2023 05:17:02 +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 66c12c8..2d6bfbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-boot/builder:latest + image: quay.io/centos-boot/builder:latest@sha256:c57f2d2e9672baaddf501ee91c799903517c4b6ee38fd2dbd6e98171fd1c180c options: --privileged strategy: diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 1ace9c7..fdcb927 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-boot/builder:latest + image: quay.io/centos-boot/builder:latest@sha256:c57f2d2e9672baaddf501ee91c799903517c4b6ee38fd2dbd6e98171fd1c180c options: --privileged strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8904a6a..dd1d32a 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.58.1 + rev: 37.61.4 hooks: - id: renovate-config-validator