Skip to content

Commit bdca9ab

Browse files
committed
Merge branch '3.x' into 4.x
2 parents 19a146b + 432e00c commit bdca9ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ concurrency:
2020
jobs:
2121
phpstan:
2222
name: "PHPStan"
23-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
23+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0

.github/workflows/validate-cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@main
20+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
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@main
27+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,17 @@ jobs:
122122
123123
yamllint:
124124
name: 'Lint Yaml'
125-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@main
125+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
126126
with:
127127
strict: true
128128

129129
markdownlint:
130130
name: 'Lint Markdown'
131-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@main
131+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
132132

133133
remark:
134134
name: 'QA Markdown'
135-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@main
135+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
136136

137137
shellcheck:
138138
name: 'ShellCheck'
@@ -156,4 +156,4 @@ jobs:
156156
# The properties in the Tokens class have been deprecated.
157157
# The code in this repository should always use the constants instead.
158158
name: 'Find use of Tokens properties'
159-
uses: PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml@main
159+
uses: PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0

0 commit comments

Comments
 (0)