From b9a5328d0977d798091f99278f6379bd59371e09 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 29 Aug 2025 03:00:40 +0000 Subject: [PATCH] chore(deps): update to-be-continuous dependencies --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7cb194..475eacf 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.8 + - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 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.15 + - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.8 + - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.16 variables: GITLAB_CI_FILES: "templates/gitlab-ci-docker.yml" -- GitLab