diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 233abdd7..8df91613 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gitleaks - uses: docker://zricethezav/gitleaks:v8.19.2 + uses: docker://zricethezav/gitleaks:v8.19.3 with: args: detect --no-git --verbose --source ${{ github.workspace }}