Tags: aws/aws-cdk-cli-testing
Tags
fix: use `head.sha` to avoid a TOCTOU problem Once the workflow runs, it checks out the target source using `head.ref`. This is a symbolic name whose commit target can change between when the workflow is approved and when it is started. Use `head.sha` instead, which won't change.
chore: move testrunning to separate workflow Necessary for permissions.
fix: add Jest as runtime dependency Also add a workflow to automatically queue PRs.
fix: bump dependencies to properly release as 3.x
chore: Update projen files and runner, and final tweaks