Skip to content

Commit 4ab70b9

Browse files
committed
GH Actions: pin re-usable workflows too
Follow up on 380, which added commit hash pinning to all externally managed action runners, this commit now also adds this to the re-usable workflows managed in the `PHPCSStandards/.github` repository.
1 parent dfd86b7 commit 4ab70b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basics.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,20 @@ jobs:
138138
139139
phpstan:
140140
name: "PHPStan"
141-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
141+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
142142
with:
143143
phpstanVersion: '2.x'
144144

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

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

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

0 commit comments

Comments
 (0)