From 5b44b247797b1a22aab1bced7927e3e235be1fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:38:39 +0000 Subject: [PATCH] Bump yogeshlonkar/trivy-cache-action from 0.1.10 to 0.1.11 Bumps [yogeshlonkar/trivy-cache-action](https://github.com/yogeshlonkar/trivy-cache-action) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/yogeshlonkar/trivy-cache-action/releases) - [Commits](https://github.com/yogeshlonkar/trivy-cache-action/compare/v0.1.10...v0.1.11) --- 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 1263266..68c6311 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -22,7 +22,7 @@ jobs: lfs: false - name: 'Trivy Cache' - uses: yogeshlonkar/trivy-cache-action@v0.1.10 + uses: yogeshlonkar/trivy-cache-action@v0.1.11 with: gh-token: ${{ secrets.GITHUB_TOKEN }}