Skip to content

Commit bb6bec0

Browse files
committed
Pin build-cs
1 parent f3ea021 commit bb6bec0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
with:
6161
repository: "phpstan/build-cs"
6262
path: "build-cs"
63+
ref: "1.x"
6364

6465
- name: "Install PHP"
6566
uses: "shivammathur/setup-php@v2"

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lint:
1313
.PHONY: cs-install
1414
cs-install:
1515
git clone https://github.com/phpstan/build-cs.git || true
16-
git -C build-cs fetch origin && git -C build-cs reset --hard origin/main
16+
git -C build-cs fetch origin && git -C build-cs reset --hard origin/1.x
1717
composer install --working-dir build-cs
1818

1919
.PHONY: cs

0 commit comments

Comments
 (0)