File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
23+ uses : PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
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@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
20+ uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
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@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
27+ uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
Original file line number Diff line number Diff line change @@ -122,17 +122,17 @@ jobs:
122122
123123 yamllint :
124124 name : ' Lint Yaml'
125- uses : PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
125+ uses : PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
126126 with :
127127 strict : true
128128
129129 markdownlint :
130130 name : ' Lint Markdown'
131- uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
131+ uses : PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
132132
133133 remark :
134134 name : ' QA Markdown'
135- uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
135+ uses : PHPCSStandards/.github/.github/workflows/reusable-remark.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
136136
137137 shellcheck :
138138 name : ' ShellCheck'
You can’t perform that action at this time.
0 commit comments