diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6ab9355..1ae2553 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.21.0 + uses: docker://zricethezav/gitleaks:v8.21.1 with: args: detect --no-git --verbose --source ${{ github.workspace }} - name: Run hadolint