angular/.github/workflows
Charles Lyding 8d634ac84d ci: add permissions to current github action workflows (#45177)
The currently recommended best practice for Github action workflows is to set top-level permissions to read only. And if the job uses the automatic `GITHUB_TOKEN`, fine-grained permissions for each job based on the job's requirements should also be added.
All existing workflows in the repository now have top-level read only permission blocks.
Only the `scorecard` workflow currently requires additional job level permissions and the minimum set of permissions were already present for the job.

PR Close #45177
2022-02-24 21:39:38 +00:00
..
dev-infra.yml ci: add permissions to current github action workflows (#45177) 2022-02-24 21:39:38 +00:00
feature-requests.yml ci: add permissions to current github action workflows (#45177) 2022-02-24 21:39:38 +00:00
lock-closed.yml ci: add permissions to current github action workflows (#45177) 2022-02-24 21:39:38 +00:00
scorecard.yml ci: add permissions to current github action workflows (#45177) 2022-02-24 21:39:38 +00:00