From f5dc3f883adbb4cfc081cc90c7336b01652f26bb Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 14 Nov 2024 09:19:44 +0100 Subject: [PATCH] ci: update pre-commit images to latest versions This commit updates the Docker images for the pre-commit hooks in both the Node and Go configuration files to their latest versions. This change ensures that we are using the most recent fixes and improvements provided by the pre-commit maintainers, enhancing performance and reliability. --- Pre-Commit-Go.gitlab-ci.yml | 2 +- Pre-Commit-Node.gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pre-Commit-Go.gitlab-ci.yml b/Pre-Commit-Go.gitlab-ci.yml index 284602c..80d438a 100644 --- a/Pre-Commit-Go.gitlab-ci.yml +++ b/Pre-Commit-Go.gitlab-ci.yml @@ -1,6 +1,6 @@ run-pre-commit: stage: .pre - image: unbound/pre-commit@sha256:488b09d12915250e7ffdfdff88d26023903ea337e8d02a4e5f2cc94969f8ff9f + image: unbound/pre-commit:v0.2.0@sha256:488b09d12915250e7ffdfdff88d26023903ea337e8d02a4e5f2cc94969f8ff9f variables: PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit GOPRIVATE: gitlab.com/unboundsoftware diff --git a/Pre-Commit-Node.gitlab-ci.yml b/Pre-Commit-Node.gitlab-ci.yml index bbcdf04..0e450f7 100644 --- a/Pre-Commit-Node.gitlab-ci.yml +++ b/Pre-Commit-Node.gitlab-ci.yml @@ -1,6 +1,6 @@ run-pre-commit: stage: .pre - image: unbound/pre-commit-node:v0.0.10@sha256:b2133622f54309b9cab90876f07b73e2e0532ad67d4bc94d8deafc9df7d779aa + image: unbound/pre-commit-node:v0.0.11@sha256:0a01782a96fc4be9894dfd53bf1d9f5a36f98b9b16dbc289cb4de804d9f91166 variables: PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit cache: