Skip to content

Consolidate and fix GitHub Actions workflows#29

Merged
ruhdevops merged 1 commit into
mainfrom
fix/consolidate-gh-actions-workflows-11519209158851330586
Mar 10, 2026
Merged

Consolidate and fix GitHub Actions workflows#29
ruhdevops merged 1 commit into
mainfrom
fix/consolidate-gh-actions-workflows-11519209158851330586

Conversation

@ruhdevops
Copy link
Copy Markdown
Owner

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:

  • Consolidated PowerShell CI into a single, cross-platform workflow (.github/workflows/powershell-ci.yml) using a matrix of [ubuntu-latest, windows-latest, macos-latest].
  • Removed redundant workflow files: ci.yml and powershell.yml.
  • Cleaned up codeql.yml to remove duplicate PowerShell scanning.
  • Upgraded actions/setup-node@v3 to v4 in download-cert.yml.
  • Added dynamic content (run number) to all ::notice and ::error titles to distinguish between runs and improve mobile visibility.
  • Verified all YAML syntax using ruby -ryaml.

PR created automatically by Jules for task 11519209158851330586 started by @Ruh-Al-Tarikh

- 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>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@ruhdevops ruhdevops self-assigned this Mar 10, 2026
@ruhdevops ruhdevops marked this pull request as ready for review March 10, 2026 08:58
@ruhdevops ruhdevops merged commit 660724f into main Mar 10, 2026
4 of 5 checks passed
@ruhdevops ruhdevops deleted the fix/consolidate-gh-actions-workflows-11519209158851330586 branch March 10, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant