actionsdesk/github-actions-details-action
Collect and comment with details about GitHub Actions on PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 17, 2025
- License
- MIT
Pinned Snippet
uses: actionsdesk/github-actions-details-action@d437f78950292175de0621a4ac7f3cb255bf0f70 # v3.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| search_token | GitHub Personal Access Token (PAT) | yes | — |
| token | GITHUB_TOKEN | yes | ${{ github.token }} |
| report_type | comment, output, both | yes | comment |
| allow_list_path | Path to the GitHub Actions allow list YML within the repository | — | github-actions-allow-list.yml |
Outputs
| name | description |
|---|---|
| actionName | Action name/path |
| isGitHubVerified | Is the GitHub Actions organization verified |
| isSecurityPolicyEnabled | Is the GitHub Actions organization security policy enabled |
| stars | Number of stars for the GitHub Actions |
| knownVulnerabilities | Number of known vulnerabilities for the GitHub Actions |
| license | License for the GitHub Actions |
| latestRelease | Latest release for the GitHub Actions |
| topics | Topics for the GitHub Actions |
| languages | Languages for the GitHub Actions |
| homepage | Homepage for the GitHub Actions |
| description | Description for the GitHub Actions |
| url | URL for the GitHub Actions |
| actionRequestedVersion | Requested version for the GitHub Actions |
| contributors | Contributors for the GitHub Actions |
| watchers | Watchers for the GitHub Actions |