Enable caching for GoReleaser and configure zizmor exception#2
Enable caching for GoReleaser and configure zizmor exception#2
Conversation
Enabled Go caching in the `docker` job of `checks.yml` by removing `cache: false`. Added a `zizmor` configuration file to ignore the `cache-poisoning` warning for this workflow, and updated the `zizmor` workflow to use this configuration. Co-authored-by: cuixq <72771658+cuixq@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Enabled Go caching in the `docker` job of `checks.yml` by removing `cache: false`. Added a `zizmor` configuration file to ignore the `cache-poisoning` warning for this workflow, and updated the `zizmor` workflow to use this configuration. Corrected the ignore path to include the full relative path. Co-authored-by: cuixq <72771658+cuixq@users.noreply.github.com>
This PR enables Go caching for the GoReleaser step in
.github/workflows/checks.ymlto improve build performance. It also adds a.github/zizmor-config.ymlfile to suppress thecache-poisoningwarning fromzizmorfor this specific workflow, and updates.github/workflows/zizmor.ymlto use the new configuration.PR created automatically by Jules for task 14395866341455317834 started by @cuixq