From be92ae4fc4f2b959b3d0b1db8f052a6b64c220a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Sep 2026 09:07:09 +0000 Subject: [PATCH] chore(deps): update gitea actions --- .gitea/workflows/renovate.yaml | 2 +- .gitea/workflows/security-scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index ccbdcb2..2486dfa 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.83.0 + container: ghcr.io/renovatebot/renovate:44.85.0 steps: - name: Renovate ausführen run: renovate diff --git a/.gitea/workflows/security-scan.yaml b/.gitea/workflows/security-scan.yaml index 75df4b3..040bef7 100644 --- a/.gitea/workflows/security-scan.yaml +++ b/.gitea/workflows/security-scan.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: TRIVY_VERSION: "0.74.0" - OSV_SCANNER_VERSION: "2.5.1" + OSV_SCANNER_VERSION: "2.6.0" steps: - name: Checkout Repository uses: actions/checkout@v7