Skip to content

Commit fafa643

Browse files
committed
chore: pin GitHub Actions with pinact
1 parent 7723fd2 commit fafa643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131

32-
- uses: php-actions/composer@v6
32+
- uses: php-actions/composer@8a65f0d3c6a1d17ca4800491a40b5756a4c164f3 # v6.1.2
3333
with:
3434
version: ${{ matrix.composer }}
3535
php_version: ${{ matrix.php }}
3636

3737
- name: PHPUnit Tests
38-
uses: php-actions/phpunit@v4
38+
uses: php-actions/phpunit@1789d1964b1bfda259b1cb42a72b65299c2cae35 # v4
3939
with:
4040
version: ${{ matrix.phpunit }}
4141
php_version: ${{ matrix.php }}

0 commit comments

Comments
 (0)