aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows')
-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 062a123..9560241 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