actions-marketplace-validations/GitHub Action Locks
An action to lock the concurrent executions of your Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 23, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/abatilo_github-action-locks@cb5d49e445e4731328e54ff75bd62d4885753351 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| timeout | How long to wait to acquire a lock, in minutes | no | 30 |
| table | DynamoDB table to write the lock in | no | github-action-locks |
| key | Name of the column where we write locks | no | LockID |
| name | Name of the lock | no | foobar |
Outputs
no outputs