Skip to content

Commit 037bb2d

Browse files
GH Actions: Bump the action-runners group across 1 directory with 5 updates
Bumps the action-runners group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [korelstar/xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher) | `1.2.0` | `1.3.0` | | [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) | `3.0.3` | `3.1.0` | | [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | | [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | | [PHPCSStandards/.github/.github/workflows/reusable-remark.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` | Updates `korelstar/xmllint-problem-matcher` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/korelstar/xmllint-problem-matcher/releases) - [Commits](korelstar/xmllint-problem-matcher@1bd292d...dd2ad21) Updates `eps1lon/actions-label-merge-conflict` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases) - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md) - [Commits](eps1lon/actions-label-merge-conflict@1df065e...0273be7) 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 `PHPCSStandards/.github/.github/workflows/reusable-remark.yml` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd) --- updated-dependencies: - dependency-name: korelstar/xmllint-problem-matcher dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: eps1lon/actions-label-merge-conflict dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - 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: PHPCSStandards/.github/.github/workflows/reusable-remark.yml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f3a05f commit 037bb2d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/label-merge-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check PRs for merge conflicts
25-
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
25+
uses: eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0
2626
with:
2727
dirtyLabel: "Status: has merge conflict"
2828
repoToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ concurrency:
1515
jobs:
1616
yamllint:
1717
name: 'Lint Yaml'
18-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
18+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
1919
with:
2020
strict: true
2121

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

2626
remark:
2727
name: 'QA Markdown'
28-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
28+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
2929

3030
# Validate the "valid" XSD files used in the tests.
3131
validate-xsds:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ runs:
159159
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
160160
- name: 'Enable showing XML issues inline'
161161
if: ${{ inputs.show-in-pr != 'false' }}
162-
uses: korelstar/xmllint-problem-matcher@1bd292d642ddf3d369d02aaa8b262834d61198c0 # v1.2.0
162+
uses: korelstar/xmllint-problem-matcher@dd2ad21bd8a2de0187cb621419537f345e7e509c # v1.3.0
163163

164164
- name: 'List files'
165165
if: ${{ inputs.debug }}

0 commit comments

Comments
 (0)