Skip to content

Commit

Permalink
Don't use cache for the Symfony security check
Browse files Browse the repository at this point in the history
The file is created in `/tmp` but anyway, I think the cache action cannot access the file inside the Docker container.

See my comment here symfonycorp/security-checker-action#11 (comment)
  • Loading branch information
spaze committed Feb 12, 2024
1 parent e288905 commit 5306009
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/composer-vulns.yml
Expand Up @@ -11,11 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: cache-db
with:
path: ~/.symfony/cache
key: db
- uses: symfonycorp/security-checker-action@v5
with:
lock: site/composer.lock
Expand Down

0 comments on commit 5306009

Please sign in to comment.