1
0
Fork 0
composer/.github/workflows
Tim Düsterhus 089972db87
Generate build provenance attestation during release
This will simplify secure installation of composer in GitHub Actions to two
calls to `gh` cli with no need to manually import any PGP signing keys:

    gh release --repo composer/composer download --pattern composer.phar
    gh attestation verify --repo composer/composer composer.phar

Given that the current PGP signing key is stored as a GitHub Action secret,
this type of attestation is no less secure than the existing PGP signing.
2025-01-08 15:46:13 +01:00
..
autoloader.yml Bump actions/checkout from 3 to 4 (#11621) 2023-09-07 14:47:04 +02:00
close-stale-support.yml Bump actions/stale from 8 to 9 (#11753) 2023-12-19 11:26:04 +01:00
continuous-integration.yml Try to fix lowest deps tests 2024-11-14 11:47:19 +01:00
lint.yml Simplify lint CI 2024-09-01 20:53:37 +02:00
phpstan.yml Update deps 2024-07-06 23:35:00 +02:00
release.yml Generate build provenance attestation during release 2025-01-08 15:46:13 +01:00