fix: resolve workflow issues and PSScriptAnalyzer failures#27
Conversation
- Resolved merge conflicts in webhooks/listener.ps1. - Fixed malformed .github/workflows/ci.yml and added Pester test job. - Enhanced codeql.yml with python matrix and robust PowerShell scanning. - Added workflow_dispatch and Set-PSRepository to powershell.yml and powershell-ci.yml for reliable operation and manual triggering. - Standardized PowerShell security scan logic across all workflows. 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. |
…234567890-1071457135799521633
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
This PR resolves issues with CodeQL analysis and PSScriptAnalyzer by:
webhooks/listener.ps1..github/workflows/ci.ymland adding Pester test automation.pythonto the CodeQL matrix incodeql.yml.workflow_dispatchto all major workflows to support manual triggering as requested.Set-PSRepository PSGallery -InstallationPolicy Trustedin workflows to ensure reliable PowerShell module installation.PR created automatically by Jules for task 1071457135799521633 started by @Ruh-Al-Tarikh