Browse Source

Merge pull request #4261 from dexidp/dependabot/github_actions/actions/cache-4.2.4

build(deps): bump actions/cache from 4.2.3 to 4.2.4
pull/4251/head
Márk Sági-Kazár 7 months ago committed by GitHub
parent
commit
862b2da46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yaml
  2. 2
      .github/workflows/trivydb-cache.yaml

2
.github/workflows/artifacts.yaml

@ -198,7 +198,7 @@ jobs:
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Restore trivy cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: cache/db
key: trivy-cache-${{ steps.date.outputs.date }}

2
.github/workflows/trivydb-cache.yaml

@ -33,7 +33,7 @@ jobs:
rm javadb.tar.gz
- name: Cache DBs
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ${{ github.workspace }}/.cache/trivy
key: cache-trivy-${{ steps.date.outputs.date }}

Loading…
Cancel
Save