From c87e3cb92aa0dc0ac3371127b71fa6b7b0d31c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:39:30 +0000 Subject: [PATCH] build(deps): bump fjogeleit/http-request-action from 1.11.0 to 1.16.5 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.11.0 to 1.16.5. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1.11.0...v1.16.5) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-comment-from-jira.yml | 2 +- .github/workflows/issue-status-update-from-jira.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-comment-from-jira.yml b/.github/workflows/issue-comment-from-jira.yml index 6bd30c0..c66a25c 100644 --- a/.github/workflows/issue-comment-from-jira.yml +++ b/.github/workflows/issue-comment-from-jira.yml @@ -28,7 +28,7 @@ jobs: uses: atlassian/gajira-login@master - name: Get Jira Ticket Links - uses: fjogeleit/http-request-action@v1.11.0 + uses: fjogeleit/http-request-action@v1.16.5 id: get_links with: url: ${{ env.JIRA_BASE_URL }}/rest/api/2/issue/${{ github.event.inputs.jira_ticket }}/remotelink diff --git a/.github/workflows/issue-status-update-from-jira.yml b/.github/workflows/issue-status-update-from-jira.yml index 6eabbf9..ba26cf4 100644 --- a/.github/workflows/issue-status-update-from-jira.yml +++ b/.github/workflows/issue-status-update-from-jira.yml @@ -40,7 +40,7 @@ jobs: uses: atlassian/gajira-login@master - name: Get Jira Ticket Links - uses: fjogeleit/http-request-action@v1.11.0 + uses: fjogeleit/http-request-action@v1.16.5 id: get_links with: url: ${{ env.JIRA_BASE_URL }}/rest/api/2/issue/${{ github.event.inputs.jira_ticket }}/remotelink