Consolidate and fix GitHub Actions workflows#29
Conversation
- Consolidate PowerShell CI into a single, cross-platform workflow (.github/workflows/powershell-ci.yml). - Remove redundant workflow files (ci.yml, powershell.yml). - Clean up CodeQL analysis to remove duplicate PowerShell scanning. - Upgrade actions/setup-node to v4 in download-cert.yml. - Add dynamic content [Run #$GITHUB_RUN_NUMBER] to notice and error titles for better visibility. - Ensure reliable module installation using Set-PSRepository. - Verify YAML syntax for all modified files. Co-authored-by: Ruh-Al-Tarikh <203426218+Ruh-Al-Tarikh@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. |
This PR consolidates several redundant PowerShell workflows into a single, cross-platform CI workflow. It also updates existing actions and adds dynamic titles to notices for better visibility on GitHub Mobile.
Key changes:
.github/workflows/powershell-ci.yml) using a matrix of [ubuntu-latest, windows-latest, macos-latest].ci.ymlandpowershell.yml.codeql.ymlto remove duplicate PowerShell scanning.actions/setup-node@v3tov4indownload-cert.yml.::noticeand::errortitles to distinguish between runs and improve mobile visibility.ruby -ryaml.PR created automatically by Jules for task 11519209158851330586 started by @Ruh-Al-Tarikh