From b952dd63bf24f9751f477b82300a0bcff7c82672 Mon Sep 17 00:00:00 2001 From: "blumilk-renovate[bot]" <177020257+blumilk-renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 10:25:07 +0000 Subject: [PATCH] - Update all non-major dependencies with digest and pinDigest --- .github/workflows/check-pr-title.yml | 2 +- .github/workflows/check.yml | 6 +++--- composer.json | 10 +++++----- docker-compose.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 3f36097..8ec7d91 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -9,4 +9,4 @@ jobs: name: Check PR title runs-on: ubuntu-22.04 steps: - - uses: blumilksoftware/action-pr-title@v1.2.0 + - uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0 diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e0a047e..dd47671 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,16 +16,16 @@ jobs: php: ["8.2", "8.3"] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup PHP - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0 with: php-version: ${{ matrix.php }} coverage: none - name: Cache composer dependencies - uses: actions/cache@v4.2.0 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: vendor key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/composer.json b/composer.json index 5d755fa..d534ebe 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "type": "library", "require": { "php": "^8.2", - "friendsofphp/php-cs-fixer": "^3.70", - "kubawerlos/php-cs-fixer-custom-fixers": "^3.23" + "friendsofphp/php-cs-fixer": "^3.75.0", + "kubawerlos/php-cs-fixer-custom-fixers": "^3.25.0" }, "require-dev": { - "jetbrains/phpstorm-attributes": "^1.1", - "phpunit/phpunit": "^11.2", - "symfony/console": "^7.0" + "jetbrains/phpstorm-attributes": "^1.2", + "phpunit/phpunit": "^11.5.20", + "symfony/console": "^7.2.6" }, "authors": [ { diff --git a/docker-compose.yml b/docker-compose.yml index 39c460e..671f0b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: php: - image: ghcr.io/blumilksoftware/php:8.3 + image: ghcr.io/blumilksoftware/php:8.4@sha256:95881b08ea6dc2c908fa30a16af868bf2579a2ffbf7fcaded46556eb9ef21afb container_name: blumilk-codestyle-php working_dir: /application user: ${CURRENT_UID:-1000}