From 28d1276c00f15cf896eda591c4e94743477c613d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Feb 2026 20:06:01 +0100 Subject: [PATCH] chore(deps): update https://gitea.t000-n.de/t.behrendt/trivy-actions action to v1.3.4 (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [https://gitea.t000-n.de/t.behrendt/trivy-actions](https://gitea.t000-n.de/t.behrendt/trivy-actions) | action | patch | `1.3.3` → `1.3.4` | `1.4.1` (+4) | --- ### Release Notes
t.behrendt/trivy-actions (https://gitea.t000-n.de/t.behrendt/trivy-actions) ### [`v1.3.4`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.3...1.3.4) [Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.3...1.3.4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/64 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/run-tas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run-tas.yaml b/.gitea/workflows/run-tas.yaml index 4c013ca..789e653 100644 --- a/.gitea/workflows/run-tas.yaml +++ b/.gitea/workflows/run-tas.yaml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@2dec8f2e703a847bf7de1f521d73425e8f969a02 # 1.3.3 - - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@2dec8f2e703a847bf7de1f521d73425e8f969a02 # 1.3.3 + - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@19e39080e29732935eeb7bf1326af74a506cc13c # 1.3.4 + - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@19e39080e29732935eeb7bf1326af74a506cc13c # 1.3.4 - env: TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy run: |