From ba23d81cd0be2cbc0ae0556c03c0a4f9e58149ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:14:48 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `benchmark-action/github-action-benchmark` from 1.20.7 to 1.21.0 - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/benchmark-action/github-action-benchmark/compare/v1.20.7...v1.21.0) Updates `aquasecurity/trivy-action` from 0.34.1 to 0.34.2 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.34.1...0.34.2) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 6 +++--- .github/workflows/trivy-scan.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7700888378..5dba840853 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -83,7 +83,7 @@ jobs: # This will only run if we have Benchmark Results from develop branch - name: Compare PR Benchmark Results with develop branch - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.21.0 if: steps.cache.outputs.cache-hit == 'true' with: tool: 'go' @@ -99,7 +99,7 @@ jobs: alert-threshold: "150%" - name: Store Benchmark Results for develop branch - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.21.0 if: ${{ github.ref_name == 'develop' }} with: tool: 'go' @@ -113,7 +113,7 @@ jobs: alert-threshold: "150%" - name: Publish Benchmark Results to GitHub Pages - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.21.0 if: ${{ github.ref_name == 'develop' }} with: tool: 'go' diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index b922cdc816..a25c219d0c 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Run Trivy vulnerability scanner (source code) - uses: aquasecurity/trivy-action@0.34.1 + uses: aquasecurity/trivy-action@0.34.2 with: scan-type: 'fs' scan-ref: '.' @@ -44,7 +44,7 @@ jobs: sarif_file: 'trivy-results.sarif' - name: Run Trivy scanner (table output for logs) - uses: aquasecurity/trivy-action@0.34.1 + uses: aquasecurity/trivy-action@0.34.2 if: always() with: scan-type: 'fs'