diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 3e3f23e..d8da048 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.103.6 + container: ghcr.io/renovatebot/renovate:44.107.2 steps: - name: Renovate ausführen run: renovate diff --git a/.gitea/workflows/trufflehog-scan.yaml b/.gitea/workflows/trufflehog-scan.yaml index 99fd335..e0403be 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.5" + TRUFFLEHOG_VERSION: "3.97.6" steps: - name: Checkout Repository uses: actions/checkout@v7