diff --git a/.github/workflows/HL7-bundle-smoketest.yml b/.github/workflows/HL7-bundle-smoketest.yml index 8cdc8e05c7a..ce67be8a000 100644 --- a/.github/workflows/HL7-bundle-smoketest.yml +++ b/.github/workflows/HL7-bundle-smoketest.yml @@ -124,7 +124,7 @@ jobs: - name: Send Email Notification (Conditional) if: env.failure_report != 'No failures detected.' - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 diff --git a/.github/workflows/ccda-bundle-smoketest.yml b/.github/workflows/ccda-bundle-smoketest.yml index da32e9fc6d8..68990822690 100644 --- a/.github/workflows/ccda-bundle-smoketest.yml +++ b/.github/workflows/ccda-bundle-smoketest.yml @@ -124,7 +124,7 @@ jobs: - name: Send Email Notification (Conditional) if: env.failure_report != 'No failures detected.' - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 diff --git a/.github/workflows/check-ses.yml b/.github/workflows/check-ses.yml index 401be48bdd3..9f82cc4401d 100644 --- a/.github/workflows/check-ses.yml +++ b/.github/workflows/check-ses.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Email Notification - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 diff --git a/.github/workflows/csv-bundle-smoketest.yml b/.github/workflows/csv-bundle-smoketest.yml index 9ce914f0373..7d74260e955 100644 --- a/.github/workflows/csv-bundle-smoketest.yml +++ b/.github/workflows/csv-bundle-smoketest.yml @@ -124,7 +124,7 @@ jobs: - name: Send Email Notification (Conditional) if: env.failure_report != 'No failures detected.' - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 diff --git a/.github/workflows/fhir-bundle-smoketest.yml b/.github/workflows/fhir-bundle-smoketest.yml index 115e4d4f4dc..0e71ee93a85 100644 --- a/.github/workflows/fhir-bundle-smoketest.yml +++ b/.github/workflows/fhir-bundle-smoketest.yml @@ -124,7 +124,7 @@ jobs: - name: Send Email Notification (Conditional) if: env.failure_report != 'No failures detected.' - uses: dawidd6/action-send-mail@v4 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 diff --git a/.github/workflows/notify-qe-stat.yaml b/.github/workflows/notify-qe-stat.yaml index 47a5db9c5d9..87c63ae91b4 100644 --- a/.github/workflows/notify-qe-stat.yaml +++ b/.github/workflows/notify-qe-stat.yaml @@ -167,7 +167,7 @@ jobs: - name: Send email - uses: dawidd6/action-send-mail@v4 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 diff --git a/.github/workflows/nyec-ig-version-check.yml b/.github/workflows/nyec-ig-version-check.yml index 63fc1114278..7c598be9d00 100644 --- a/.github/workflows/nyec-ig-version-check.yml +++ b/.github/workflows/nyec-ig-version-check.yml @@ -96,7 +96,7 @@ jobs: - name: Send email for PROD update if: env.PROD_UPDATED == 'true' - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 @@ -112,7 +112,7 @@ jobs: - name: Send email for QA update if: env.QA_UPDATED == 'true' - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587 @@ -150,7 +150,7 @@ jobs: - name: Handle errors if: failure() - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v17 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587