diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index d93348d..b728dac 100644
--- a/.gitea/workflows/build.yaml
+++ b/.gitea/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
       - name: Checkout code
         uses: actions/checkout@v4
       - name: Run Gitleaks
-        uses: docker://zricethezav/gitleaks:v8.22.1
+        uses: docker://zricethezav/gitleaks:v8.23.0
         with:
           args: detect --no-git --verbose --source ${{ github.workspace }}
       - name: Run hadolint