From d981673f73809afa21e887ea22995a57e9d88144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:51:56 +0000 Subject: [PATCH] chore(deps): bump the actions-minor-and-patch group with 3 updates Bumps the actions-minor-and-patch group with 3 updates: [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action), [helm/chart-testing-action](https://github.com/helm/chart-testing-action) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `schneegans/dynamic-badges-action` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.7.0...v1.8.0) Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.7.0...v2.8.0) Updates `aquasecurity/trivy-action` from 0.28.0 to 0.36.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.28.0...v0.36.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-and-patch - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-and-patch - dependency-name: aquasecurity/trivy-action dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12a4888..89643d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: PCT=$(go tool cover -func=coverage.out | grep total | awk '{print $3}' | tr -d '%') echo "percentage=${PCT}" >> "$GITHUB_OUTPUT" - name: Update coverage badge gist - uses: schneegans/dynamic-badges-action@v1.7.0 + uses: schneegans/dynamic-badges-action@v1.8.0 with: auth: ${{ secrets.GIST_TOKEN }} gistID: ${{ vars.COVERAGE_GIST_ID }} @@ -99,7 +99,7 @@ jobs: with: version: v3.16.4 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 - name: Run chart-testing lint run: ct lint --charts helm --validate-maintainers=false - name: Render templates with default values diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dea1f78..c3bed8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/numberly/vault-db-injector:${{ needs.build-image.outputs.version }}-unsigned severity: HIGH,CRITICAL