Skip to content

Commit 53dd018

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump the action-runners group with 4 updates
Bumps the action-runners group with 4 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), [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) Updates `mshick/add-pr-comment` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](mshick/add-pr-comment@8e49278...ec328af) Updates `shivammathur/setup-php` from 2.37.1 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@7c071df...f3e473d) --- updated-dependencies: - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.2.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.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: mshick/add-pr-comment dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3db196 commit 53dd018

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basic-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ concurrency:
1616
jobs:
1717
yamllint:
1818
name: 'Lint Yaml'
19-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
19+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
2020
with:
2121
strict: true
2222

2323
markdownlint:
2424
name: 'Lint Markdown'
25-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
25+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
2626

2727
linkcheck:
2828
name: "Check links"

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "URL=$value" >> "$GITHUB_OUTPUT"
7676
7777
- name: "Post comment to review artifact"
78-
uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0
78+
uses: mshick/add-pr-comment@ec328af66588ab8f77cdeb2c264f14aba45bbf59 # v3.12.0
7979
with:
8080
issue: ${{ steps.pr_number.outputs.PR_NR }}
8181
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Install PHP
51-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
51+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
5252
with:
5353
php-version: 'latest'
5454
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0

0 commit comments

Comments
 (0)