diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2a0e30120a71853f8ce49eda795110d446e911c..e01e51013227e2b9eb150b67affa8f044408fbd2 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 fa0cdaf7f723e94e8e287b7a5af8b1e163a854a1..c022557dfd612613164afa0246fdba30eb5e09f3 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