From 089904fc5055a0d4f761032f18a89dbdf5fa44f9 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 1 Aug 2025 02:43:38 +0000 Subject: [PATCH] chore(deps): update to-be-continuous dependencies --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8af68b..b7cb194 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,11 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.7 + - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.8 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.7 - - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.14 + - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.15 variables: GITLAB_CI_FILES: "templates/gitlab-ci-docker.yml" -- GitLab