step-security/Dynamic Uses
Dynamically resolve and use another GitHub action. Workaround for https://github.com/actions/runner/issues/895
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| uses | Action reference or path, e.g. `actions/setup-node@v3` | yes | — |
| with | JSON-ified `inputs` for the action, e.g. `{"node-version": "18"}` | no | {} |
Outputs
| name | description |
|---|---|
| outputs | JSON-ified `outputs` from the action, e.g. `{"node-version": "v18.12.0", "cache-hit": true}` |