From 6fd9b50894a53ad9637963e379f3b726c0c4becf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:50:29 +0100 Subject: [PATCH] Bump yogeshlonkar/trivy-cache-action from 0.1.10 to 0.1.11 (#23) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 }}