From e9a23fd80cdf904a144d79e67f107ce29f7119f4 Mon Sep 17 00:00:00 2001 From: Forge Date: Mon, 27 Apr 2026 02:04:39 -0700 Subject: [PATCH 1/2] fix: update alert-sync workflow caller Co-authored-by: Codex --- .github/workflows/alert-sync-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alert-sync-issues.yml b/.github/workflows/alert-sync-issues.yml index 39ba38009..16a9f1897 100644 --- a/.github/workflows/alert-sync-issues.yml +++ b/.github/workflows/alert-sync-issues.yml @@ -12,6 +12,6 @@ jobs: - run: echo "Alert sync workflow dispatched" alert-sync: - uses: KooshaPari/phenoShared/.github/workflows/reusable/ci.yml@393519642656b8f6a2f459c22e0983a4725b7acb + uses: KooshaPari/phenoShared/.github/workflows/reusable/alert-sync-issues.yml@main with: auto-label: auto-alert-sync From 2c500c95dbf8dfbfbdda6838f4143fe0b6a050dc Mon Sep 17 00:00:00 2001 From: Forge Date: Mon, 27 Apr 2026 02:08:47 -0700 Subject: [PATCH 2/2] ci: pin alert-sync reusable workflow Pin the phenoShared alert-sync reusable workflow to the current main SHA so the caller satisfies workflow pinning policy while keeping the corrected reusable workflow target. Co-authored-by: Codex --- .github/workflows/alert-sync-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alert-sync-issues.yml b/.github/workflows/alert-sync-issues.yml index 16a9f1897..7c2cfa0f6 100644 --- a/.github/workflows/alert-sync-issues.yml +++ b/.github/workflows/alert-sync-issues.yml @@ -12,6 +12,6 @@ jobs: - run: echo "Alert sync workflow dispatched" alert-sync: - uses: KooshaPari/phenoShared/.github/workflows/reusable/alert-sync-issues.yml@main + uses: KooshaPari/phenoShared/.github/workflows/reusable/alert-sync-issues.yml@34ea48a4b2ad7be876ceb6a1e0d058ceb979d15d with: auto-label: auto-alert-sync