From 6ee1fb632d1ee478dda9d22298e1bbfaa16d88ed Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Thu, 5 Mar 2026 15:56:57 +0100 Subject: [PATCH 1/2] BUILD-10590 use ci-github-actions master --- .github/workflows/re-trigger-approvals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/re-trigger-approvals.yml b/.github/workflows/re-trigger-approvals.yml index c05ca62..a87e5fe 100644 --- a/.github/workflows/re-trigger-approvals.yml +++ b/.github/workflows/re-trigger-approvals.yml @@ -15,6 +15,6 @@ jobs: permissions: actions: write id-token: write - uses: SonarSource/ci-github-actions/.github/workflows/re-trigger-approvals.yml@feat/jcarsique/BUILD-10590-verifiedApprovals + uses: SonarSource/ci-github-actions/.github/workflows/re-trigger-approvals.yml@master # dogfood with: head_sha: ${{ github.event.pull_request.head.sha || inputs.head_sha }} From 90eb699277dc5bb76d178d0ae4176c07abb8cf6f Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Mon, 9 Mar 2026 09:22:05 +0100 Subject: [PATCH 2/2] BUILD-10590 remove poc --- .github/workflows/re-trigger-approvals.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/re-trigger-approvals.yml diff --git a/.github/workflows/re-trigger-approvals.yml b/.github/workflows/re-trigger-approvals.yml deleted file mode 100644 index a87e5fe..0000000 --- a/.github/workflows/re-trigger-approvals.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Re-trigger Approvals -on: - pull_request_review: - types: [submitted, dismissed] - workflow_dispatch: - inputs: - head_sha: - description: Head SHA of the pull request to re-trigger approvals for - required: true - type: string - -jobs: - re-trigger: - permissions: - actions: write - id-token: write - uses: SonarSource/ci-github-actions/.github/workflows/re-trigger-approvals.yml@master # dogfood - with: - head_sha: ${{ github.event.pull_request.head.sha || inputs.head_sha }}