PreviewLocker
Version updated for https://github.com/ModelGuardHQ-Tools/preview-locker-action to version v1.1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
PreviewLocker is a GitHub Action designed to create locked, expiring sharing links for staging and pull request preview environments. It automates the process of securing preview URLs by generating time-limited links, optionally posting them as pull request comments, and performing basic security checks. This helps teams prevent accidental exposure while efficiently sharing preview environments with stakeholders.
What’s Changed
Summary
Updates PreviewLocker to use the Node 24 GitHub Actions runtime.
Changes
- Updates
runs.usingfromnode16tonode24. - Updates the esbuild build target to
node24. - Rebuilds the bundled action file.
Notes
No behavior changes are intended.