diff --git a/.github/workflows/update-trivy-db.yaml b/.github/workflows/update-trivy-db.yaml index 2cbdb73dff..dbb25bb95e 100644 --- a/.github/workflows/update-trivy-db.yaml +++ b/.github/workflows/update-trivy-db.yaml @@ -31,7 +31,7 @@ jobs: rm db.tar.gz - name: Cache DBs - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: ${{ github.workspace }}/.cache/trivy key: cache-trivy-${{ steps.date.outputs.date }}