You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent script injection in workflows (release/v0.9.x) (#624)
Move github.event references to env vars to prevent script injection
vulnerabilities in run steps.
This change follows the same pattern as the main branch fix.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
gh pr create --title "Post release $VERSION: Update version to $DEV_VERSION" \
114
116
--body "This PR prepares the main branch for the next development cycle by updating the version to $DEV_VERSION and updating the image version to be scanned to the latest released.
0 commit comments