From 50940b81d4419d26a109e9654b90ec21f0d91bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:16:54 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 3 to 11 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 11. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v11) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/HL7-bundle-smoketest.yml | 2 +- .github/workflows/ccda-bundle-smoketest.yml | 2 +- .github/workflows/check-ses.yml | 2 +- .github/workflows/csv-bundle-smoketest.yml | 2 +- .github/workflows/fhir-bundle-smoketest.yml | 2 +- .github/workflows/notify-qe-stat.yaml | 2 +- .github/workflows/nyec-ig-version-check.yml | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/HL7-bundle-smoketest.yml b/.github/workflows/HL7-bundle-smoketest.yml index 8cdc8e05c7a..1dfbfba682c 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@v11 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..6f625cae95b 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@v11 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..6faf544c418 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@v11 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..260a66fa8b5 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@v11 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..16af02cec77 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@v11 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..a4315f6302a 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@v11 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..a8b18f8051d 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@v11 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@v11 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@v11 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 587