From e46d35c7fcde00ae2d279f96f093eeb131a3404b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:41:47 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5.0.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 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/8b402f58fbc84540c8b491a91e594a4576fec3d7...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] --- .github/workflows/security.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 25a834576..2e856acdb 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,14 +37,14 @@ jobs: - name: Cache Trivy vulnerability database if: ${{ steps.db_download.outcome == 'success' }} - uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: /home/runner/vuln-cache key: trivy-cache-${{ github.run_id }} - name: Use previously downloaded database instead if: ${{ steps.db_download.outcome == 'failure' }} - uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: /home/runner/vuln-cache key: download-failed # Use a non existing key to fallback to restore-keys @@ -90,7 +90,7 @@ jobs: uses: canonical/lxd/.github/actions/install-trivy@main - name: Restore cached Trivy vulnerability database - uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: /home/runner/vuln-cache key: download-failed # Use a non existing key to fallback to restore-keys