actions-marketplace-validations/List Repositories Languages
List a repositories languages using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 22, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/austenstone_list-repository-languages@3243aeff4fa31433f583b708909b103c718d9a3c # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| owner | The owner of the repository | no | ${{ github.repository_owner }} |
| repo | The name of the repository | no | ${{ github.event.repository.name }} |
| codeql | Filter the languages to only those that are supported by CodeQL | no | false |
Outputs
| name | description |
|---|---|
| languages | The languages of the repository as a JSON array |