From 83ed02882fc2915260d76d0f2da3b4be58aeba38 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 13 Nov 2023 10:31:44 +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 b2bab37..fb3ccc5 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:4c9001ee367d3adf085973b66bfdbd5184e3363cad62823ffdec0547e4f439af options: --privileged strategy: diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 504f095..ea11fa7 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:4c9001ee367d3adf085973b66bfdbd5184e3363cad62823ffdec0547e4f439af options: --privileged strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3240c83..9d949e3 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.52.0 + rev: 37.56.4 hooks: - id: renovate-config-validator