From 7e811f599a4539a23efe4df126cfdf393dbe4fdd Mon Sep 17 00:00:00 2001 From: uwe-mayer Date: Thu, 18 Jun 2026 13:50:16 +0200 Subject: [PATCH] fix(actions): bump issue-triage to fixed SHA to resolve YAML parsing 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: https://github.com/cloudoperators/common/pull/61 Signed-off-by: uwe-mayer --- .github/workflows/issue-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 88451d844..6e0ee6ce9 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -10,4 +10,4 @@ jobs: triage: 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