From 93ab0b6035099f8729ab76fdce2391c70bc96fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 22:13:14 +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 [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment). Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](https://github.com/phpcsstandards/.github/compare/3d96a6d85381655b6cb0bc4eac175a78f18d9d8f...4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](https://github.com/phpcsstandards/.github/compare/3d96a6d85381655b6cb0bc4eac175a78f18d9d8f...4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b) Updates `mshick/add-pr-comment` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mshick/add-pr-comment/compare/ffd016c7e151d97d69d21a843022fd4cd5b96fe5...64b8e914979889d746c99dea15a76e77ef64580a) --- updated-dependencies: - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: mshick/add-pr-comment dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/basic-qa.yml | 4 ++-- .github/workflows/pr-comment.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index e68ef27..afef540 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@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2 + uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3 with: strict: true markdownlint: name: 'Lint Markdown' - uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2 + uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3 linkcheck: name: "Check links" diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 8bbc252..de62003 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -75,7 +75,7 @@ jobs: echo "URL=$value" >> "$GITHUB_OUTPUT" - name: "Post comment to review artifact" - uses: mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0 + uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0 with: issue: ${{ steps.pr_number.outputs.PR_NR }} repo-token: ${{ secrets.GITHUB_TOKEN }}