From 76187c8b2237e8e610aef692f96de2182132d4f9 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 12 Feb 2026 20:25:59 +0100 Subject: [PATCH] ci: bump tas --- .gitea/workflows/run-tas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run-tas.yaml b/.gitea/workflows/run-tas.yaml index 2a9115c..b883fce 100644 --- a/.gitea/workflows/run-tas.yaml +++ b/.gitea/workflows/run-tas.yaml @@ -22,7 +22,7 @@ jobs: TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy run: | trivy fs --cache-dir "$TRIVY_CACHE_DIR" --exit-code 0 --format sarif --output sarif.json . - - uses: https://gitea.t000-n.de/t.behrendt/tas-actions/tas-upload-sarif@0.0.2 + - uses: https://gitea.t000-n.de/t.behrendt/tas-actions/tas-upload-sarif@0.0.3 with: tas-base-url: ${{ vars.TAS_BASE_URL }} sarif-file: sarif.json