Skip to content

Commit 3cec20c

Browse files
authored
Merge pull request #37 from PHPCSStandards/dependabot/github_actions/action-runners-933da81fc7
GH Actions: Bump the action-runners group across 1 directory with 5 updates
2 parents 6f3a05f + 037bb2d commit 3cec20c

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)