From f5fee589707c938d00d5c006315281e9af1bfecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:50:33 +0000 Subject: [PATCH] GH Actions: Bump the action-runners group with 3 updates Bumps the action-runners group with 3 updates: [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github), [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github) and [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](https://github.com/phpcsstandards/.github/compare/9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2...a06ac9fa50dcd1d98cc581e9a4e331363a69ea09) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](https://github.com/phpcsstandards/.github/compare/9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2...a06ac9fa50dcd1d98cc581e9a4e331363a69ea09) Updates `streetsidesoftware/cspell-action` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/e5a858a18b7e0b56e0342b1dcad796308b7341a2...24fa8d3096a314ce263f39578744e9d9f8d80acf) --- updated-dependencies: - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/basic-qa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index 736609e..5842cb5 100644 --- a/.github/workflows/basic-qa.yml +++ b/.github/workflows/basic-qa.yml @@ -16,13 +16,13 @@ concurrency: jobs: yamllint: name: 'Lint Yaml' - uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0 + uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0 with: strict: true markdownlint: name: 'Lint Markdown' - uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0 + uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0 linkcheck: name: "Check links" @@ -64,7 +64,7 @@ jobs: persist-credentials: false - name: Spellcheck - uses: streetsidesoftware/cspell-action@e5a858a18b7e0b56e0342b1dcad796308b7341a2 # v8.1.1 + uses: streetsidesoftware/cspell-action@24fa8d3096a314ce263f39578744e9d9f8d80acf # v8.1.2 with: # Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns. files: '**/*.md'