Skip to content

fix(actions): bump issue-triage to fixed SHA to resolve YAML parsing error#2085

Open
uwe-mayer wants to merge 1 commit into
mainfrom
fix/update-issue-triage-sha
Open

fix(actions): bump issue-triage to fixed SHA to resolve YAML parsing error#2085
uwe-mayer wants to merge 1 commit into
mainfrom
fix/update-issue-triage-sha

Conversation

@uwe-mayer

Copy link
Copy Markdown
Contributor

Problem

The Issue Triage workflow has been failing with:

Failed to load cloudoperators/common/f87e1e6b7889707a9c10d1a8a9f9f481eb311c06/workflows/issue-triage/action.yaml
System.ArgumentException: Unexpected type '' encountered while reading 'action manifest root'.
cloudoperators/common/f87e1e6b.../action.yaml: While scanning a simple key, could not find expected ':'.

Root Cause

The workflow was pinned (by Renovate) to SHA f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 which contains a heredoc in the composite action that the GitHub Actions YAML parser cannot handle.

Fix

Bump the pinned SHA to c7ec5c47aac160939836a5444d17f098b786c234 which contains the fix from cloudoperators/common#61.

References

…error

The previous SHA (f87e1e6b) contained a heredoc syntax that caused the
GitHub Actions manifest parser to fail with 'could not find expected :'.

Update to c7ec5c47 which fixes the heredoc by using a YAML block scalar
env variable instead.

See: cloudoperators/common#61
Signed-off-by: uwe-mayer <uwe.mayer01@sap.com>
Copilot AI review requested due to automatic review settings June 18, 2026 11:50
@uwe-mayer uwe-mayer requested a review from a team as a code owner June 18, 2026 11:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the failing Issue Triage GitHub Actions workflow by updating the referenced cloudoperators/common issue-triage action from a SHA that triggers a GitHub Actions YAML parsing error to a newer SHA containing the upstream fix.

Changes:

  • Update the pinned cloudoperators/common/workflows/issue-triage SHA to c7ec5c47aac160939836a5444d17f098b786c234.

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

runs-on: ubuntu-latest
steps:
- uses: cloudoperators/common/workflows/issue-triage@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main No newline at end of file
- uses: cloudoperators/common/workflows/issue-triage@c7ec5c47aac160939836a5444d17f098b786c234 # main No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants