Skip to content

Commit 3a91ae9

Browse files
authored
Merge pull request #213 from PHPCSStandards/feature/ghactions-pin-reusable-workflows
GH Actions: pin re-usable workflows too
2 parents c542587 + 0636115 commit 3a91ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,18 @@ jobs:
141141
run: diff -B ./PHPCSDebug/ruleset.xml <(xmllint --format "./PHPCSDebug/ruleset.xml")
142142

143143
phpstan:
144-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
144+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
145145

146146
markdownlint:
147147
name: 'Lint Markdown'
148-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@main
148+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
149149

150150
remark:
151151
name: 'QA Markdown'
152-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@main
152+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
153153

154154
yamllint:
155155
name: 'Lint Yaml'
156-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@main
156+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
157157
with:
158158
strict: true

0 commit comments

Comments
 (0)