From 96f299fb5316bec463d394a3486f3246c4dda3b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 19 Jul 2026 08:07:50 +0200 Subject: [PATCH] chore(deps): update actions/cache action to v6 (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://github.com/actions/cache) | action | major | `v5.1.0` → `v6.1.0` | --- ### Release Notes
actions/cache (actions/cache) ### [`v6.1.0`](https://github.com/actions/cache/releases/tag/v6.1.0) [Compare Source](https://github.com/actions/cache/compare/v6.0.0...v6.1.0) ##### What's Changed - Bump [@​actions/cache](https://github.com/actions/cache) to v6.1.0 - handle read-only cache access by [@​jasongin](https://github.com/jasongin) in [#​1768](https://github.com/actions/cache/pull/1768) **Full Changelog**: ### [`v6.0.0`](https://github.com/actions/cache/releases/tag/v6.0.0) [Compare Source](https://github.com/actions/cache/compare/v6.0.0...v6.0.0) ##### What's Changed - Update packages, migrate to ESM by [@​Samirat](https://github.com/Samirat) in [#​1760](https://github.com/actions/cache/pull/1760) **Full Changelog**: ### [`v6`](https://github.com/actions/cache/compare/v5.1.0...v6.0.0) [Compare Source](https://github.com/actions/cache/compare/v5.1.0...v6.0.0)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/sec-actions/pulls/65 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- setup-db/action.yaml | 2 +- setup-osv/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-db/action.yaml b/setup-db/action.yaml index 7dd3533..b841d5e 100644 --- a/setup-db/action.yaml +++ b/setup-db/action.yaml @@ -28,7 +28,7 @@ runs: run: | echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - id: restore-db - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ inputs.cache-dir }} key: osv-scanner-db-${{ steps.current-date.outputs.current-date }} diff --git a/setup-osv/action.yaml b/setup-osv/action.yaml index 4a94be3..588b086 100644 --- a/setup-osv/action.yaml +++ b/setup-osv/action.yaml @@ -65,7 +65,7 @@ runs: echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT" - name: Cache osv-scanner binary id: cache-osv - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: /usr/local/bin/osv-scanner key: osv-scanner-${{ steps.arch.outputs.version }}-${{ steps.arch.outputs.arch }}-${{ steps.arch.outputs.digest }}