From 0eb61f76df2e0e539df9ed6ac4fd6acd892a5c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:46:03 +0000 Subject: [PATCH] Bump yogeshlonkar/trivy-cache-action from 0.1.9 to 0.1.10 Bumps [yogeshlonkar/trivy-cache-action](https://github.com/yogeshlonkar/trivy-cache-action) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/yogeshlonkar/trivy-cache-action/releases) - [Commits](https://github.com/yogeshlonkar/trivy-cache-action/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: yogeshlonkar/trivy-cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 89b4a50..482c23d 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -34,7 +34,7 @@ jobs: maven-version: ${{ env.MAVEN_VERSION }} - name: 'Trivy Cache' - uses: yogeshlonkar/trivy-cache-action@v0.1.9 + uses: yogeshlonkar/trivy-cache-action@v0.1.10 with: gh-token: ${{ secrets.GITHUB_TOKEN }}