From 102494c5f457eec5a6eff0b573e9b50cba59f418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:57:39 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action in /.github/workflows Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.33.1 to 0.34.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.33.1...0.34.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/adventure02-expert-validate-changes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adventure02-expert-validate-changes.yaml b/.github/workflows/adventure02-expert-validate-changes.yaml index 5631e4a5..2145d72b 100644 --- a/.github/workflows/adventure02-expert-validate-changes.yaml +++ b/.github/workflows/adventure02-expert-validate-changes.yaml @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v4 - name: 🔒 Scan for Vulnerabilities - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 - name: 📊 Count Vulnerabilities id: count