From 4b2d6a717b426149894e782b5712cfac0f16c4d3 Mon Sep 17 00:00:00 2001 From: "wyrihaximus-net-renovate-bot[bot]" <230237712+wyrihaximus-net-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 19:10:42 +0000 Subject: [PATCH] Update actions/cache action to v5.0.5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec177c9..830d28d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: mkdir /tmp/trivy - name: Cache Trivy Cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: /tmp/trivy key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }} @@ -179,7 +179,7 @@ jobs: steps: - run: mkdir /tmp/trivy - name: Cache Trivy Cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: /tmp/trivy key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }} @@ -222,7 +222,7 @@ jobs: - run: docker pull aquasec/trivy:0.69.3 - run: mkdir /tmp/trivy - name: Cache Trivy Cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: /tmp/trivy key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}