diff options
| author | Renovate Bot | 2024-10-28 17:09:53 +0100 |
|---|---|---|
| committer | renovate | 2024-10-28 17:09:53 +0100 |
| commit | 92c9e1f84539d14c3ffc5a26d0ed8c221227c509 (patch) | |
| tree | 78e34dc1f2bc67e38afc40d04e10aa94b184abdb /.gitea | |
| parent | 5285d05974f98b48b8113b6b878b6cb2aba34202 (diff) | |
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9560241..659fc48 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.1 + uses: docker://zricethezav/gitleaks:v8.21.2 with: args: detect --no-git --verbose --source ${{ github.workspace }} - name: Run hadolint |