From c63023d03c6d6d74cda1a241dd15db12ca83f713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:27:31 +0000 Subject: [PATCH 1/2] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [overtrue/phplint](https://github.com/overtrue/phplint). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `overtrue/phplint` from 9.7.2 to 9.8 - [Release notes](https://github.com/overtrue/phplint/releases) - [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md) - [Commits](https://github.com/overtrue/phplint/compare/9.7.2...9.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: overtrue/phplint dependency-version: '9.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/psalm.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index b786aaa..8e2b0df 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Psalm Security Scan uses: psalm/psalm-github-security-scan@9ec1b5e2b854b3f048fa32e8c4aaa9ae05d77345 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4520f7..31f8c6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build release run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c0a624..0ae0562 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Read plugin version id: current_version @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP 8.4 uses: shivammathur/setup-php@v2 @@ -80,7 +80,7 @@ jobs: run: composer validate --strict - name: Run PHP Lint - uses: overtrue/phplint@9.7.2 + uses: overtrue/phplint@9.8 with: path: ./src From 1e18a49e1d4980ba576721473aec8815ef96a825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Jerosimi=C4=87?= Date: Thu, 2 Jul 2026 20:43:30 +0200 Subject: [PATCH 2/2] Downgrade phplint version to 9.7.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ae0562..f325160 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: run: composer validate --strict - name: Run PHP Lint - uses: overtrue/phplint@9.8 + uses: overtrue/phplint@9.7.2 with: path: ./src