From 0b1f67b984f601d230b66ea158644df3a46b80bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:52:54 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.0 --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index b981ae68c..5f5ff04f9 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -96,7 +96,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 + uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 with: format: "sarif" output: "trivy-results.sarif"