From fafea20e63f3aa78f9856daa952ca97f3ca58dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:42:24 +0000 Subject: [PATCH] chore(deps): bump fjogeleit/http-request-action from 1 to 2 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1 to 2. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Changelog](https://github.com/fjogeleit/http-request-action/blob/main/RELEASE.md) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1...v2) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/develop-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-release.yml b/.github/workflows/develop-release.yml index 0c72846251..590a346727 100644 --- a/.github/workflows/develop-release.yml +++ b/.github/workflows/develop-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Trigger jenkins workflow - uses: fjogeleit/http-request-action@v1 + uses: fjogeleit/http-request-action@v2 with: url: 'https://webuptest.smeup.com/jenkins/job/WebupKetchupOutsourcingPipeline/build?token=${{ secrets.JENKINS_WEBHOOK_TOKEN }}' method: 'GET'