diff --git a/CHANGELOG.md b/CHANGELOG.md
index a946ff397ee136c88e4b615b98b320f2c2e982aa..bf5f2e8b0165e344491403cfff9501426d17bef7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27)
+
+
+### Features
+
+* migrate to CI/CD component ([e15efce](https://gitlab.com/to-be-continuous/gitleaks/commit/e15efce410230f21d5e5eba052413996d832559d))
+
 # [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8)
 
 
diff --git a/README.md b/README.md
index b27e7367bc747020ff4cd8cf4cb473dde426bd28..cb7ea143a6edef88791a562e626efbadded766ae 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.3.0
+  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.0
     # 2: set/override component inputs
     inputs:
       args: "--no-banner" # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/gitleaks'
-    ref: '2.3.0'
+    ref: '2.4.0'
     file: '/templates/gitlab-ci-gitleaks.yml'
 
 variables:
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index f3c6d99fde77de88cd082c032d80d04d62aee50b..0c64f58067318acb5398c8ad053b68d80b7ec4a4 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -249,7 +249,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gitleaks", "2.3.0"]
+      command: ["--service", "gitleaks", "2.4.0"]
   stage: test
   needs: []
   variables: