Skip to content

Commit cdb1d1f

Browse files
authored
Merge pull request #25 from AngryBytes/renovate/all
Pin dependencies
2 parents 56a1efe + 2ad6951 commit cdb1d1f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: PHP ${{ matrix.php-versions }} tests
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414

1515
- name: Setup PHP
16-
uses: shivammathur/setup-php@v2
16+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2
1717
with:
1818
php-version: ${{ matrix.php-versions }}
1919
tools: cs2pr
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v4
26+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727
with:
2828
path: ${{ steps.composer-cache.outputs.dir }}
2929
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"php": "8.2 - 8.5"
3939
},
4040
"require-dev": {
41-
"phpstan/phpstan": "2.1.32",
41+
"phpstan/phpstan": "2.1.33",
4242
"phpunit/phpunit": "11.5.44",
4343
"squizlabs/php_codesniffer": "4.0.1",
44-
"friendsofphp/php-cs-fixer": "^3.65"
44+
"friendsofphp/php-cs-fixer": "3.92.0"
4545
}
4646
}

0 commit comments

Comments
 (0)