From ab4a51e5c2fb0bdb5842b59b2e3977b68c5d733e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Sep 2026 02:00:58 +0000 Subject: [PATCH] chore(deps): update gitea actions --- .gitea/workflows/renovate.yaml | 2 +- .gitea/workflows/trufflehog-scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 2486dfa..4e47a63 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -9,7 +9,7 @@ jobs: renovate: name: Dependency-Updates prüfen & Pull Requests erstellen runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:44.85.0 + container: ghcr.io/renovatebot/renovate:44.103.5 steps: - name: Renovate ausführen run: renovate diff --git a/.gitea/workflows/trufflehog-scan.yaml b/.gitea/workflows/trufflehog-scan.yaml index 5e4fcb6..c6457cd 100644 --- a/.gitea/workflows/trufflehog-scan.yaml +++ b/.gitea/workflows/trufflehog-scan.yaml @@ -12,7 +12,7 @@ jobs: name: TruffleHog runs-on: ubuntu-latest env: - TRUFFLEHOG_VERSION: "3.97.4" + TRUFFLEHOG_VERSION: "3.97.5" steps: - name: Checkout Repository uses: actions/checkout@v7