From 0353c6dbc286b08fcbb8c07eb5f9cf29cd7e69f8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 6 Dec 2021 00:28:58 +0200 Subject: [PATCH] Downgrade the gitlab-ci-linter pre-commit hook. That tag seems to have been removed from the repo. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4ffec6..80927fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: detect-secrets - repo: https://gitlab.com/devopshq/gitlab-ci-linter - rev: v1.0.3 + rev: v1.0.2 hooks: - id: gitlab-ci-linter args: -- GitLab