File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ concurrency:
2020jobs :
2121 phpstan :
2222 name : " PHPStan"
23- uses : PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
23+ uses : PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 # Don't run the cronjob in this workflow on forks.
1818 if : ${{ github.event.repository.fork == false }}
1919
20- uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
20+ uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
2121
2222 remark :
2323 name : ' QA Markdown'
2424 # Don't run the cronjob in this workflow on forks.
2525 if : ${{ github.event.repository.fork == false }}
2626
27- uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
27+ uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
Original file line number Diff line number Diff line change @@ -128,17 +128,17 @@ jobs:
128128
129129 yamllint :
130130 name : ' Lint Yaml'
131- uses : PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
131+ uses : PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
132132 with :
133133 strict : true
134134
135135 markdownlint :
136136 name : ' Lint Markdown'
137- uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
137+ uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
138138
139139 remark :
140140 name : ' QA Markdown'
141- uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
141+ uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
142142
143143 shellcheck :
144144 name : ' ShellCheck'
You can’t perform that action at this time.
0 commit comments