Pool Lock
Version updated for https://github.com/sandipndev/pool-lock to version 0.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The pool-lock GitHub Action facilitates cross-run concurrent resource locking by interoperating with the Concourse Pool resource via a Git-based system. It automates the process of claiming and releasing shared resources (e.g., environments, machines) across CI/CD workflows, ensuring efficient resource management and preventing conflicts. This action is particularly useful for teams needing synchronized access to limited resources in distributed build or deployment pipelines.
What’s Changed
- fix: trust new ssh hosts on first connection (#42) (68fd54d)
- chore(deps): bump actions/setup-node from 4 to 6 (#29) (6f1a114)
- chore(deps): bump actions/upload-artifact from 4 to 5 (#30) (a8dad51)
- chore(deps-dev): bump the npm-development group across 1 directory with 9 updates (#31) (3648e0c)
- chore: add branding (87283a8)
- chore: readme (1b70139)
- feat: make script (46c4c5b)
- feat: initial commit (bb65b61)