Skip to content

Commit 91ed27b

Browse files
fix(security): autofix 3rd party Github Actions should be pinned
1 parent b2f1150 commit 91ed27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Setup PHP
23-
uses: shivammathur/setup-php@v2
23+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626
coverage: none

0 commit comments

Comments
 (0)