diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0399840ee1..301478c5c2 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 8dec6bb85c..f811f115cd 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'