From b6dc572361340175012a1b8b4c1029e2e02e28fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:43:29 +0000 Subject: [PATCH] [gh-actions](deps): Bump dawidd6/action-send-mail from 6 to 11 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 11. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v6...ba302ba66e88942841281c984a6b31ca6d6289e6) --- 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/build-macos-arm64.yaml | 4 ++-- .github/workflows/build-macos.yaml | 4 ++-- .github/workflows/build-ubuntu.yaml | 4 ++-- .github/workflows/build-windows.yaml | 4 ++-- .github/workflows/daily-status.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-macos-arm64.yaml b/.github/workflows/build-macos-arm64.yaml index b5f2243d44..2d7fb312f7 100644 --- a/.github/workflows/build-macos-arm64.yaml +++ b/.github/workflows/build-macos-arm64.yaml @@ -179,7 +179,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -321,7 +321,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index cde0ba50be..3f6d23827e 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -179,7 +179,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -321,7 +321,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/build-ubuntu.yaml b/.github/workflows/build-ubuntu.yaml index b86487a429..a5153e0d70 100644 --- a/.github/workflows/build-ubuntu.yaml +++ b/.github/workflows/build-ubuntu.yaml @@ -226,7 +226,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -361,7 +361,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/build-windows.yaml b/.github/workflows/build-windows.yaml index 4e2b119b31..ddd6e15815 100644 --- a/.github/workflows/build-windows.yaml +++ b/.github/workflows/build-windows.yaml @@ -199,7 +199,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -306,7 +306,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v7 - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/daily-status.yaml b/.github/workflows/daily-status.yaml index a0f48b878a..fc2c374bdb 100644 --- a/.github/workflows/daily-status.yaml +++ b/.github/workflows/daily-status.yaml @@ -46,7 +46,7 @@ jobs: - name: Send e-mail # freeze to v6 - uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }}