From 09142b9d85ac6c0180517eef0c9bfb06aca1893e Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Tue, 8 Sep 2026 13:32:14 +0500 Subject: [PATCH] chore(ci): pin CI feedback publisher to current Actions main The reusable caller now tracks github-actions c078ddc, which includes early failed-job observation and source-identity binding. This does not enable a private polling executor. Signed-off-by: rldyourmnd --- .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 e9ace3b..9a86e19 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@a8fd623d86582ec13c434f7cd124ea6b8170dd5e # commit:a8fd623d86582ec13c434f7cd124ea6b8170dd5e + uses: NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml@c078ddcbcfb771f56a334184b7b6399cfd9c39c4 # commit:c078ddcbcfb771f56a334184b7b6399cfd9c39c4 with: run-id: ${{ format('{0}', github.event.workflow_run.id) }} run-attempt: ${{ format('{0}', github.event.workflow_run.run_attempt) }}