This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 7fd08977a3 chore: pin js-yaml version in label-issue workflow
7fd08977a3 is described below

commit 7fd08977a30d0d523e1a77f2ad2e852c90588d78
Author: James Netherton <[email protected]>
AuthorDate: Wed May 20 16:18:08 2026 +0100

    chore: pin js-yaml version in label-issue workflow
    
    Pin js-yaml to version 4.1.1 to ensure consistent dependency
    resolution across builds.
    
    Co-authored-by: Claude Sonnet 4.5 <[email protected]>
---
 .github/workflows/label-issue.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/label-issue.yaml 
b/.github/workflows/label-issue.yaml
index f5c82b47f7..feae883a85 100644
--- a/.github/workflows/label-issue.yaml
+++ b/.github/workflows/label-issue.yaml
@@ -46,7 +46,7 @@ jobs:
           ref: main
       - name: Install js-yaml package
         run: |
-          npm install js-yaml
+          npm install [email protected]
       - name: Label Issue
         uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 
v9.0.0
         with:

Reply via email to