diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5863fd7e468c2bfbe0228c690dbbf222b2d5e9c2..fb1c60d4882354fafc856eeb31a06027d2aca6bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.11.1](https://gitlab.com/to-be-continuous/golang/compare/4.11.0...4.11.1) (2024-12-06)
+
+
+### Bug Fixes
+
+* semgrep subdir ([0e26288](https://gitlab.com/to-be-continuous/golang/commit/0e26288dd6b27ce3e4b92ab5c21e6a73d1152902))
+
 # [4.11.0](https://gitlab.com/to-be-continuous/golang/compare/4.10.0...4.11.0) (2024-08-30)
 
 
diff --git a/README.md b/README.md
index c4aceec0a83e7ee9624e44476c8820b44ca13db0..a2a74741d49a25f937575313a7c5182fc147cccf 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.11.0
+  - component: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.11.1
     # 2: set/override component inputs
     inputs:
       image: "registry.hub.docker.com/library/golang:buster" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/golang'
-    ref: '4.11.0'
+    ref: '4.11.1'
     file: '/templates/gitlab-ci-golang.yml'
 
 variables:
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 0ea3a0a5b874e0ae2c70ff1b251920a7ed87b2a0..320ed5a4f3f56134a240d73304b7b7cd3157d370 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -595,7 +595,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "golang", "4.11.0"]
+      command: ["--service", "golang", "4.11.1"]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"