Refactor Github Action per b/485167538#19443
Conversation
Summary of ChangesHello @google-admin, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request systematically refactors several custom GitHub Actions by migrating the method of passing input variables to shell scripts. Instead of directly interpolating Highlights
Changelog
Ignored Files
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Size Change: -2 B (0%) Total Size: 25.7 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Code Review
This pull request refactors several GitHub Actions by moving direct inputs and steps.outputs references into explicit env variables within the run steps. This is a good practice that enhances readability, improves maintainability, and mitigates potential shell injection risks by ensuring variables are properly expanded and quoted. The changes are consistent across all modified action files and align with recommended GitHub Actions best practices.
|
Hello, As mentioned in the PR description, this change will be force merged if it does not receive a response by EOD. Please merge the PR or, if it can't be merged, leave a comment explaining why. Thanks, |
Co-authored-by: Ben Knutson <benknutson@google.com>
…amllint regressions from google-gemini#19443
Co-authored-by: Ben Knutson <benknutson@google.com>
Co-authored-by: Ben Knutson <benknutson@google.com>
This is a http://go/LSC run by http://go/ghss to automatically refactor your Github Actions per http://b/485167538.
This is a PR to help you upgrade to the latest standards in Github Actions.
Please merge this PR to accept the changes. NOTE: if you do not accept this PR, it may be force merged by the GHSS team. See http://b/485167538 for more details.