From 78cafd2fc051c94170d9eae0082fb0310222abd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:26:29 +0000 Subject: [PATCH 1/2] chore(deps): update actions/cache action to v5 --- .github/actions/lint-grype/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint-grype/action.yml b/.github/actions/lint-grype/action.yml index 315568a..d3cf196 100644 --- a/.github/actions/lint-grype/action.yml +++ b/.github/actions/lint-grype/action.yml @@ -5,7 +5,7 @@ runs: using: "composite" steps: - name: Cache Grype vulnerability DB - uses: actions/cache@v3 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: ~/.cache/grype/db key: grype-db From 92f6fe1836c098cadc8bf554119937d92664970b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:26:48 +0000 Subject: [PATCH 2/2] chore: `mise format` Triggered by: c3be347e83917a28c31d0e3bcb241a5a45e3fafa Workflow run: https://github.com/nsheaps/homebrew-devsetup/actions/runs/21405262456 --- .github/actions/lint-grype/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint-grype/action.yml b/.github/actions/lint-grype/action.yml index d3cf196..892df9d 100644 --- a/.github/actions/lint-grype/action.yml +++ b/.github/actions/lint-grype/action.yml @@ -9,7 +9,7 @@ runs: with: path: ~/.cache/grype/db key: grype-db - + - name: Check if DB needs updates shell: bash run: |