From ceb623b2b7174f600f710062a1a77c3bf2c3a109 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 26 Jun 2026 20:35:11 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/cache?= =?UTF-8?q?=20action=20v6.0.0=20=E2=86=92=20v6.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/vulnerability-scan.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vulnerability-scan.yaml b/.github/workflows/vulnerability-scan.yaml index 69c62d339..ea5779f4d 100644 --- a/.github/workflows/vulnerability-scan.yaml +++ b/.github/workflows/vulnerability-scan.yaml @@ -39,7 +39,7 @@ jobs: - name: Restore Database id: database-restore - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: grype-db-${{ steps.cache.outputs.key }} path: ~/.cache/grype/db @@ -56,7 +56,7 @@ jobs: - if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }} name: Cache Database - uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: grype-db-${{ steps.cache.outputs.key }} path: ~/.cache/grype/db @@ -83,7 +83,7 @@ jobs: echo "key=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Restore Database - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: grype-db-${{ steps.cache.outputs.key }} path: ~/.cache/grype/db