Skip to content

CI: move name-collision job into build.yml#750

Merged
staabm merged 1 commit into
phpstan:2.0.xfrom
staabm:clean
May 10, 2026
Merged

CI: move name-collision job into build.yml#750
staabm merged 1 commit into
phpstan:2.0.xfrom
staabm:clean

Conversation

@staabm

@staabm staabm commented May 10, 2026

Copy link
Copy Markdown
Contributor

closes #749


steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
Comment on lines +294 to +295
- name: "Checkout"
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: "Install PHP"
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
coverage: "none"
php-version: "8.5"

- uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # v3
@staabm
staabm merged commit d417606 into phpstan:2.0.x May 10, 2026
51 of 52 checks passed
@staabm
staabm deleted the clean branch June 24, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Isn't the name-collision-detector step located in .github/workflows/lint-workflows.yml?

2 participants