From 0d2cc1bc33f362ec0b9bc459e607e9bfb39903ec Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot Date: Wed, 10 Dec 2025 11:40:10 +0000 Subject: [PATCH] chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v3.4 --- .gitlab-ci.yml | 6 +++--- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2a0e30..e01e510 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,16 +24,16 @@ include: # common to all projects using this template library. # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md - project: "gitlab-com/gl-infra/common-ci-tasks" - ref: v3.0 # renovate:managed + ref: v3.4 # renovate:managed file: templates/standard.yml # Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md - project: 'gitlab-com/gl-infra/common-ci-tasks' - ref: v3.0 # renovate:managed + ref: v3.4 # renovate:managed file: templates/golang.yml - - component: "gitlab.com/gitlab-com/gl-infra/common-ci-tasks/danger@v3.0" + - component: "gitlab.com/gitlab-com/gl-infra/common-ci-tasks/danger@v3.4" variables: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa0cdaf..c022557 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # Documentation available at # https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/pre-commit.md - repo: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks - rev: v3.0 # renovate:managed + rev: v3.4 # renovate:managed hooks: - id: shellcheck # Run shellcheck for changed Shell files -- GitLab