From 4c32482390ed9f86b7a45cda5f2631b8afd7b978 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Sat, 19 Sep 2026 22:54:34 +0500 Subject: [PATCH] fix(ci): repoint ci-feedback to its new ci-workflows home The reusable workflow's old home moved to NDDev-Archive, and an archived repository cannot serve a reusable call -- every invocation failed at resolution. The workflow and its action are vendored in ci-workflows now; pin to the commit that published them. --- .github/workflows/ci-feedback-events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-feedback-events.yml b/.github/workflows/ci-feedback-events.yml index 1e1f96a..1ccb3c7 100644 --- a/.github/workflows/ci-feedback-events.yml +++ b/.github/workflows/ci-feedback-events.yml @@ -19,7 +19,7 @@ jobs: permissions: actions: read # Read exact completed run and job metadata. issues: write # Publish bounded failure evidence in this repository. - uses: NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml@6064b7d98a4e6b852de7572de12b8889e8fbfe38 # commit:6064b7d98a4e6b852de7572de12b8889e8fbfe38 + uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/ci-feedback.yml@9adc78a8a79553e1002134bd4f901dc7822d25b5 # commit:9adc78a8a79553e1002134bd4f901dc7822d25b5 with: run-id: ${{ format('{0}', github.event.workflow_run.id) }} run-attempt: ${{ format('{0}', github.event.workflow_run.run_attempt) }}