File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ concurrency:
1515jobs :
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 :
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments