dequelabs/axe DevHub
Get the axe DevHub status for a commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 26, 2026
- License
- MPL 2.0
Pinned Snippet
uses: dequelabs/axe-devhub-action@7c8d09d04ba9e2342d6c1ee5a59b68f2257055e8 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | axe DevHub API Key | yes | — |
| project_id | the ID of your Axe Developer Hub project | no | — |
| server_url | axe server URL | no | https://axe.deque.com |
| retry_count | number of times to attempt fetching the commit status | no | 10 |
| enable_a11y_threshold | Enable the a11y threshold, which will cause the action to fail if the number of violations is greater than the threshold | no | false |
| commit_sha | Override the commit SHA to check status for | no | ${{ github.sha }} |
| github_token | GitHub token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| project | Project name |
| project_id | Project ID |
| axe_url | Axe URL for the commit's issues |
| issue_count | Number of violations found |
| issues_over_a11y_threshold | Whether the number of violations is over your a11y threshold |