Skip to content

Commit 895e4fb

Browse files
committed
GH Actions: pin re-usable workflows too
Follow up on 6, 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 c588e3d commit 895e4fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
run: cs2pr ./phpcs-report.xml
5959

6060
phpstan:
61-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
61+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
6262

6363
yamllint:
6464
name: 'Lint Yaml'
65-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@main
65+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
6666
with:
6767
strict: true

0 commit comments

Comments
 (0)