diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 801d9ca75f8eb5aa75da9eaf0082f8ad63a0828e..a48be8a0548b54a00ef5a536ffdacbbea9ed59d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,10 @@ include:
   - project: "to-be-continuous/kicker"
     ref: "master"
     file: "/templates/validation.yml"
-  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.5
+  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.6
     inputs:
       shellcheck-files: "*.sh"
-  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11
+  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.12
 
 variables:
   GITLAB_CI_FILES: "templates/gitlab-ci-renovate.yml"