From 8072bd5134aa9b1e60602e6487ef15a48fee8612 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sun, 29 Mar 2026 10:44:33 +0200 Subject: [PATCH] fix(ci): use branch ref for org-internal reusable workflows Replace SHA-pinned reference to netresearch/skill-repo-skill reusable workflow with @main. Org-internal reusable workflows should track the branch, not be pinned to a specific commit. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 048c9ee..fbb14df 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,4 +11,4 @@ permissions: jobs: validate: name: Skill Validation - uses: netresearch/skill-repo-skill/.github/workflows/validate.yml@30bf8a094c7fda2e1855cec9c149235bb6fdbfca # main 2026-03-27 + uses: netresearch/skill-repo-skill/.github/workflows/validate.yml@main