Skip to content

Commit de9cd52

Browse files
- May 2025 dependencies update (#142)
- Update all non-major dependencies with digest and pinDigest Co-authored-by: blumilk-renovate[bot] <177020257+blumilk-renovate[bot]@users.noreply.github.com>
1 parent 7ade607 commit de9cd52

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
name: Check PR title
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: blumilksoftware/[email protected]
12+
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
php: ["8.2", "8.3"]
1717

1818
steps:
19-
- uses: actions/[email protected]
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Setup PHP
22-
uses: shivammathur/setup-php@2.31.1
22+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
2323
with:
2424
php-version: ${{ matrix.php }}
2525
coverage: none
2626

2727
- name: Cache composer dependencies
28-
uses: actions/[email protected].0
28+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "library",
66
"require": {
77
"php": "^8.2",
8-
"friendsofphp/php-cs-fixer": "^3.70",
9-
"kubawerlos/php-cs-fixer-custom-fixers": "^3.23"
8+
"friendsofphp/php-cs-fixer": "^3.75.0",
9+
"kubawerlos/php-cs-fixer-custom-fixers": "^3.25.0"
1010
},
1111
"require-dev": {
12-
"jetbrains/phpstorm-attributes": "^1.1",
13-
"phpunit/phpunit": "^11.2",
14-
"symfony/console": "^7.0"
12+
"jetbrains/phpstorm-attributes": "^1.2",
13+
"phpunit/phpunit": "^11.5.20",
14+
"symfony/console": "^7.2.6"
1515
},
1616
"authors": [
1717
{

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
php:
3-
image: ghcr.io/blumilksoftware/php:8.3
3+
image: ghcr.io/blumilksoftware/php:8.4@sha256:95881b08ea6dc2c908fa30a16af868bf2579a2ffbf7fcaded46556eb9ef21afb
44
container_name: blumilk-codestyle-php
55
working_dir: /application
66
user: ${CURRENT_UID:-1000}

0 commit comments

Comments
 (0)