aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea
diff options
context:
space:
mode:
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index 3b8d99b..c7df4a4 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.19.3
+ uses: docker://zricethezav/gitleaks:v8.20.1
with:
args: detect --no-git --verbose --source ${{ github.workspace }}
- name: Run hadolint