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 @@ -124,17 +124,17 @@ jobs:
124124
125125 yamllint :
126126 name : ' Lint Yaml'
127- uses : PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
127+ uses : PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
128128 with :
129129 strict : true
130130
131131 markdownlint :
132132 name : ' Lint Markdown'
133- uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
133+ uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
134134
135135 remark :
136136 name : ' QA Markdown'
137- uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@3d96a6d85381655b6cb0bc4eac175a78f18d9d8f # v1.1.2
137+ uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@4ed5b7db58f8a2703cb83fdd7cf8a018b3aa974b # v1.1.3
138138
139139 shellcheck :
140140 name : ' ShellCheck'
You can’t perform that action at this time.
0 commit comments