From f80ff1483a0ea38d4b8259bcafe0cdd32547f262 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:25:20 +0000 Subject: [PATCH] Update fjogeleit/http-request-action action to v2 --- .github/workflows/branch-status-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-status-checks.yml b/.github/workflows/branch-status-checks.yml index 49c4b28a028..9d51d85c51e 100644 --- a/.github/workflows/branch-status-checks.yml +++ b/.github/workflows/branch-status-checks.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Get Backport Status id: get_backport_status - uses: fjogeleit/http-request-action@bf78da14118941f7e940279dd58f67e863cbeff6 # v1 + uses: fjogeleit/http-request-action@551353b829c3646756b2ec2b3694f819d7957495 # v2 with: url: "https://api.github.com/repos/elastic/detection-rules/actions/workflows/pythonpackage.yml/runs?per_page=1&branch=${{matrix.target_branch}}" method: 'GET'