From 904cc2e7a78ce9ff86598cde813c5a9405fe22f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:22:39 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 17 to 18 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 17 to 18. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/42942bc2f8fba4e611b459a018967a6a7c78c68c...94de994a9f6fffee200243214e17002e2920bb59) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/repo-health-job.yml | 4 ++-- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/repo-health-job.yml b/.github/workflows/repo-health-job.yml index cbf61b7..98b1960 100644 --- a/.github/workflows/repo-health-job.yml +++ b/.github/workflows/repo-health-job.yml @@ -173,7 +173,7 @@ jobs: path: dashboards/dashboard.sqlite3 - name: Send email on failure - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17 + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 if: ${{ failure() && inputs.ENABLE_EMAIL_ALERTS }} with: server_address: email-smtp.us-east-1.amazonaws.com @@ -186,7 +186,7 @@ jobs: body: ${{ github.workflow }} in ${{ github.repository }} failed! For details, see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Send email on success - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17 + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 if: ${{ success() && inputs.ENABLE_EMAIL_ALERTS && inputs.ENABLE_EMAIL_ALERTS_ON_SUCCESS }} with: server_address: email-smtp.us-east-1.amazonaws.com diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index ab7c1e5..c3cf081 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -159,7 +159,7 @@ jobs: - name: Send failure notification if: ${{ failure() && inputs.email_address && env.smtp_available == 'true' }} - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17 + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 @@ -172,7 +172,7 @@ jobs: - name: Send success notification if: ${{ inputs.send_success_notification && inputs.email_address && steps.createpullrequest.outputs.generated_pr && env.smtp_available == 'true' }} - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17 + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465