From 530600997c08dae1317cb307f6fb661dbae5294f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Mon, 12 Feb 2024 19:14:59 +0100 Subject: [PATCH] Don't use cache for the Symfony security check 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 https://github.com/symfonycorp/security-checker-action/issues/11#issuecomment-1939390503 --- .github/workflows/composer-vulns.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/composer-vulns.yml b/.github/workflows/composer-vulns.yml index da2b80e54..5e6f23ed5 100644 --- a/.github/workflows/composer-vulns.yml +++ b/.github/workflows/composer-vulns.yml @@ -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