-
Notifications
You must be signed in to change notification settings - Fork 989
Chore: sync fork with upstream main (2026-06-18) #1539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 22.22.2 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [suggestion] This adds a pinned Node |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[suggestion] The
configstep interpolates${{ github.repository }}directly into therun:script.github.repositoryis GitHub-controlled (owner/name), so this isn't a script-injection vector, but the same PR'scodeql.ymlchange passes the value throughenv: REPOSITORY:and references$REPOSITORY(lines 79/82) — the recommended hardening pattern. For consistency within this PR, do the same here, and inauto-format.yml:25andrelease.yml:40, which have the identical construct.