Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/HL7-bundle-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccda-bundle-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-ses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/csv-bundle-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fhir-bundle-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-qe-stat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nyec-ig-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading