Skip to content

Fix the compilation issues with devops agentic workflows#353

Merged
JanKrivanek merged 1 commit into
mainfrom
dev/jankrivanek/devops-health-fixing
Mar 13, 2026
Merged

Fix the compilation issues with devops agentic workflows#353
JanKrivanek merged 1 commit into
mainfrom
dev/jankrivanek/devops-health-fixing

Conversation

@JanKrivanek
Copy link
Copy Markdown
Member

What

  • Syntax issue in condition escaping
  • Updated gh-aw runtime, to get rid of issue with concurency groups (deep checks were cancelling each other)

Copilot AI review requested due to automatic review settings March 13, 2026 07:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the DevOps Health GitHub Actions workflows to a newer gh-aw compiler output, including concurrency/dispatch behavior and regenerated locked workflow YAML.

Changes:

  • Regenerates the *.lock.yml workflows with gh-aw v0.58.0, including updated action SHAs, artifacts, safe-outputs tooling, and inline threat-detection flow.
  • Adjusts investigation dispatch behavior by removing the previous dispatch cap workaround (raising dispatch-workflow.max to 5) and cleaning up concurrency behavior.
  • Updates the scheduled-on-forks guard expression formatting in the devops-health-check and devops-health-groom source workflows.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
.github/workflows/devops-health-investigate.md Removes outdated concurrency workaround note (workflow-level concurrency remains keyed by finding_id).
.github/workflows/devops-health-investigate.lock.yml Regenerated workflow with gh-aw v0.58.0, including activation artifacts, secret validation outputs, and inline threat detection.
.github/workflows/devops-health-groom.md Updates the schedule-on-forks guard expression formatting.
.github/workflows/devops-health-groom.lock.yml Regenerated workflow with gh-aw v0.58.0 and updated artifact/safe-output plumbing.
.github/workflows/devops-health-check.md Updates the schedule-on-forks guard expression and raises investigation dispatch cap to 5.
.github/workflows/devops-health-check.lock.yml Regenerated workflow with gh-aw v0.58.0, including raised dispatch cap and updated execution/threat-detection flow.
.github/aw/actions-lock.json Updates the locked github/gh-aw/actions/setup entry to v0.58.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread .github/workflows/devops-health-check.lock.yml
Comment thread .github/workflows/devops-health-groom.lock.yml
Comment thread .github/workflows/devops-health-investigate.lock.yml
@JanKrivanek JanKrivanek merged commit 5a199da into main Mar 13, 2026
34 checks passed
@JanKrivanek JanKrivanek deleted the dev/jankrivanek/devops-health-fixing branch March 13, 2026 09:04
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.

3 participants