actions-marketplace-validations/Dagger for GitHub
Run dagger commands in Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 17, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/dagger_dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Dagger Version. Use semver vX.Y.Z or 'latest' | no | latest |
| commit | Dagger Dev Commit | no | "" |
| dagger-flags | Dagger CLI Flags | no | --progress plain |
| verb | CLI verb (check, call, run, download, up, functions, shell, query) | no | call |
| workdir | The working directory in which to run the Dagger CLI | no | . |
| cloud-token | Dagger Cloud Token | no | "" |
| module | Dagger module to call. Local or Git | no | "" |
| args | Arguments to pass to CLI | no | "" |
| engine-stop | Deprecated | no | — |
| call | Function and arguments for dagger call | no | "" |
| shell | Function and arguments for dagger shell | no | "" |
| check | Function and arguments for dagger check | no | "" |
| summary-path | File path to write the job summary | no | "" |
| enable-github-summary | Whether to write summary to GITHUB_STEP_SUMMARY | no | false |
Outputs
| name | description |
|---|---|
| output | Job output |
| traceURL | Dagger Cloud trace URL |