Skip to content

Commit 0e7c9a0

Browse files
fix(ci): SHA-pin actions/cache (org policy) (#59)
Pins actions/cache@v5 to a full commit SHA; the org policy gate rejects tag pins, failing the build check.
1 parent bd0243f commit 0e7c9a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Cache Composer packages
2424
id: composer-cache
25-
uses: actions/cache@v5
25+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2626
with:
2727
path: vendor
2828
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)