Skip to content

Commit 957cab3

Browse files
authored
Merge pull request #1152 from rodrigoprimo/fix-urls
Remark/URL redirection check: update GitHub URL
2 parents ec277a7 + 12e8533 commit 957cab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ All deprecation are slated for removal in PHP_CodeSniffer 4.0.
653653
[#608]: https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/608
654654

655655
[ghcli]: https://cli.github.com/
656-
[ghattest]: https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds
656+
[ghattest]: https://docs.github.com/en/actions/how-tos/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds
657657

658658
## [3.10.2] - 2024-07-22
659659

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ php phpcbf.phar -h
5050
These Phars are signed with the official Release key for PHPCS with the
5151
fingerprint `D91D 8696 3AF3 A29B 6520 4622 97B0 2DD8 E507 1466`.
5252

53-
As of PHP_CodeSniffer 3.10.3, the provenance of PHAR files associated with a release can be verified via [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds) using the [GitHub CLI tool](https://cli.github.com/) with the following command: `gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards`.
53+
As of PHP_CodeSniffer 3.10.3, the provenance of PHAR files associated with a release can be verified via [GitHub Artifact Attestations](https://docs.github.com/en/actions/how-tos/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds) using the [GitHub CLI tool](https://cli.github.com/) with the following command: `gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards`.
5454

5555
### Composer
5656
If you use Composer, you can install PHP_CodeSniffer system-wide with the following command:

0 commit comments

Comments
 (0)