From 78ad22542cefb5024841e38d439fe3a5812c215d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:42:06 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1.14.0 to 1.16.4 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.14.0 to 1.16.4. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/e8dd067b83c3ab0774c76bf065b1c4f11c7e45ba...23ad54bcd1178fcff6a0d17538fa09de3a7f0a4d) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/deploy-content-preview-server.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 48e01e0ed1..55b9b73fac 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -708,7 +708,7 @@ jobs: - name: CMS GovDelivery callback if: ${{ matrix.environment == 'vagovstaging' }} - uses: fjogeleit/http-request-action@e8dd067b83c3ab0774c76bf065b1c4f11c7e45ba # v1.14.0 + uses: fjogeleit/http-request-action@23ad54bcd1178fcff6a0d17538fa09de3a7f0a4d # v1.16.4 with: url: ${{ env.DRUPAL_ADDRESS }}/api/govdelivery_bulletins/queue?EndTime=${{ needs.build.outputs.vagovstaging_buildtime }}&src=gha&runId=${{ github.run_id }}&runNumber=${{ github.run_number }} method: GET diff --git a/.github/workflows/deploy-content-preview-server.yml b/.github/workflows/deploy-content-preview-server.yml index 6f49552218..e765d22ab3 100644 --- a/.github/workflows/deploy-content-preview-server.yml +++ b/.github/workflows/deploy-content-preview-server.yml @@ -29,7 +29,7 @@ jobs: - name: Trigger Preview server deployment job in Jenkins id: trigger-preview-request - uses: fjogeleit/http-request-action@e8dd067b83c3ab0774c76bf065b1c4f11c7e45ba # v1.14.0 + uses: fjogeleit/http-request-action@23ad54bcd1178fcff6a0d17538fa09de3a7f0a4d # v1.16.4 with: url: 'http://jenkins.vfs.va.gov/job/deploys/job/content-preview-auto-deploy/build' method: 'POST'