From d695bd6489562fa865062d3fdafeec50b56d125d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:22:27 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1.16.6 to 2.0.0 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.16.6 to 2.0.0. - [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/c0b95d02a088b47c1f2f4db04fd8af8bd19eee54...551353b829c3646756b2ec2b3694f819d7957495) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-tracking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tracking.yml b/.github/workflows/release-tracking.yml index 1634e43..8ee1f15 100644 --- a/.github/workflows/release-tracking.yml +++ b/.github/workflows/release-tracking.yml @@ -1,4 +1,4 @@ -# Workflow to register a new application version with both GitHub Releases and Raygun deployment tracking. +# Workflow to register a new application version with both GitHub Releases and Raygun deployment tracking. # The workflow is triggered when a tag in the format "v1.0.0" is pushed to GitHub. # @@ -35,7 +35,7 @@ jobs: - name: Send to the Raygun Deployments API id: raygun_deployment - uses: fjogeleit/http-request-action@c0b95d02a088b47c1f2f4db04fd8af8bd19eee54 + uses: fjogeleit/http-request-action@551353b829c3646756b2ec2b3694f819d7957495 with: url: https://api.raygun.com/v3/applications/api-key/${{ secrets.RAYGUN_APIKEY }}/deployments method: POST