We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee31281 commit 1c1cb16Copy full SHA for 1c1cb16
1 file changed
.github/workflows/reusable-php-static-analysis.yml
@@ -87,7 +87,7 @@ jobs:
87
run: npm run build:dev
88
89
- name: Cache PHP Static Analysis scan cache
90
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
91
with:
92
path: .cache # This is defined in the base.neon file.
93
key: "phpstan-result-cache-${{ github.run_id }}"
@@ -99,7 +99,7 @@ jobs:
99
run: phpstan analyse -vvv --error-format=checkstyle | cs2pr
100
101
- name: "Save result cache"
102
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
103
if: ${{ !cancelled() }}
104
105
path: .cache
0 commit comments