actions-marketplace-validations/GitHub Actions Usage Audit
Creates tables of GitHub Action usage by repo and workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 26, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fergusmacd_github-actions-usage@e162ee8d59aa7140e34589e744d5d8cd8569bc63 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| organisation | The organisation name that we want to analyse | yes | — |
| gitHubAPIKey | Personal access token (PAT) API key with scope read:org and repo:full | yes | — |
| loglevel | The python logging level we want. debug will give all details including request information. info will give logging from the python code. warning and error return any exceptions | no | warning |
| raisealarmremainingminutes | The number of remaining minutes below which the workflow will fail, and so notification will be sent. For example if the monthly allowance is 2000, and 1901 minutes are used, then the workflow will fail based on the default of 100 minutes remaining | no | 100 |
| skipReposWithoutUsage | Don't print information about repos that have no workflow runs | no | False |
Outputs
| name | description |
|---|---|
| warnings | prettyprint formatted tables with usage minutes by repo and workflow |