From d1d80fbdbc3573d599f56b2996746e89d6f35848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 23:16:09 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5.0.1 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 17097c4..ce5a94b 100644 --- a/action.yaml +++ b/action.yaml @@ -74,7 +74,7 @@ runs: - name: Restore Trivy binary from cache if: ${{ inputs.cache == 'true' && inputs.version != 'latest' }} id: cache - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ${{ steps.binary-dir.outputs.dir }} key: trivy-binary-${{ inputs.version }}-${{ runner.os }}-${{ runner.arch }} @@ -117,7 +117,7 @@ runs: ## So we need to save the binary right after installation. - name: Save Trivy binary to cache if: ${{ inputs.cache == 'true' && inputs.version != 'latest' && steps.cache.outputs.cache-hit != 'true' }} - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ${{ steps.binary-dir.outputs.dir }} key: trivy-binary-${{ inputs.version }}-${{ runner.os }}-${{ runner.arch }} \ No newline at end of file