-
Notifications
You must be signed in to change notification settings - Fork 1
ci(security): resolve all remaining Zizmor alerts and add automated CodeRabbit reviews #57
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
Merged
github-actions
merged 4 commits into
main
from
fix/final-security-alerts-and-coderabbit
Aug 25, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
67a20de
ci(security): resolve all remaining Zizmor alerts and add automated C…
digvijaysinh-cloudemy f503077
ci: scope issue concurrency to triage job to fix parser validation
digvijaysinh-cloudemy 68c7556
docs: refine security rationale comment for dependabot auto-merge tri…
digvijaysinh-cloudemy e8b621f
ci: grant contents: write permission to pr-metadata for automated aut…
digvijaysinh-cloudemy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: dhc-tech/flutter-packages
Length of output: 179
🏁 Script executed:
Repository: dhc-tech/flutter-packages
Length of output: 1342
🌐 Web query:
actions/github-script v8 Node 24 GitHub Actions runner Node 24 default June 16 2026 September 16 2026💡 Result:
As of August 25, 2026, the transition of GitHub Actions runners to use Node.js 24 as the default runtime is complete. GitHub Actions runners officially began using Node.js 24 by default on June 16, 2026 [1][2]. Regarding the specific components and timelines: actions/github-script v8: Version 8 of the actions/github-script action was released to support Node.js 24 [3]. It requires a minimum GitHub Actions runner version of v2.327.1 [3][4]. Users still using version 7 of this action (or other actions targeting Node.js 20) faced deprecation warnings during the transition period [5]. Node.js 24 Default Timeline: The migration followed a structured timeline where Node.js 24 replaced Node.js 20 as the default environment on June 16, 2026 [1][2]. Prior to this date, users could test the change by setting the environment variable FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true [1][6]. After June 16, 2026, users needing to temporarily remain on Node.js 20 were able to opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true, though this was intended only as a temporary measure until the complete removal of Node.js 20 support in the fall of 2026 [1][6]. Note on Node.js 20/22: While the migration for GitHub Actions runners focused on moving to Node.js 24 [1], it is worth noting that Node.js 20 reached its end-of-life on April 30, 2026 [7]. Separately, GitHub updated the default pre-installed Node.js version on runner images to Node.js 22 following the Node.js 20 deprecation [7].
Citations:
Update
actions/github-scriptto a Node 24-compatible pin.The current
v7.0.1pin usesnode20. This release-validation step can keep the workflow on the deprecated Node 20 runtime. Pin av8release, which usesnode24.🤖 Prompt for AI Agents