Skip to content

Commit

Permalink
Bump fjogeleit/http-request-action from 1.14.0 to 1.16.4
Browse files Browse the repository at this point in the history
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](fjogeleit/http-request-action@e8dd067...23ad54b)

---
updated-dependencies:
- dependency-name: fjogeleit/http-request-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 735533f commit bae2d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-content-preview-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bae2d81

Please sign in to comment.