From 70e434b566fa5f9589d8f566f7b7e2b37d3acbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:42:18 +0000 Subject: [PATCH] [actions] Bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.34.0 to 0.34.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.34.0...0.34.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/multi-build-typesense.yaml | 2 +- .github/workflows/multi-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multi-build-typesense.yaml b/.github/workflows/multi-build-typesense.yaml index 35b8385..a13e2c8 100644 --- a/.github/workflows/multi-build-typesense.yaml +++ b/.github/workflows/multi-build-typesense.yaml @@ -217,7 +217,7 @@ jobs: security-events: write steps: - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.34.0 + uses: aquasecurity/trivy-action@0.34.1 env: TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db with: diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 765841b..fde9274 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -298,7 +298,7 @@ jobs: security-events: write steps: - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.34.0 + uses: aquasecurity/trivy-action@0.34.1 env: TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db with: