From e5e38f126ce8232ede63bcec644ed857aa0ec151 Mon Sep 17 00:00:00 2001 From: to be continuous bot <pierre.smeyers+tbc@gmail.com> Date: Fri, 6 Sep 2024 02:26:30 +0000 Subject: [PATCH] chore(deps): update dependency to-be-continuous/bash to v3.5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b122fd9..0d4c7f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,9 @@ include: ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" - ref: "3.4" + ref: "3.5" file: "/templates/gitlab-ci-bash.yml" - - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4 + - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.5 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.6 -- GitLab