diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml index de4b827173..3f0b3561ee 100644 --- a/.github/workflows/check_cirrus_cron.yml +++ b/.github/workflows/check_cirrus_cron.yml @@ -61,7 +61,7 @@ jobs: - if: steps.cron.outputs.failures > 0 name: Send failure notification e-mail # Ref: https://github.com/dawidd6/action-send-mail - uses: dawidd6/action-send-mail@v3.9.0 + uses: dawidd6/action-send-mail@v3.10.0 with: server_address: ${{secrets.ACTION_MAIL_SERVER}} server_port: 465 @@ -80,7 +80,7 @@ jobs: - if: failure() name: Send error notification e-mail - uses: dawidd6/action-send-mail@v3.9.0 + uses: dawidd6/action-send-mail@v3.10.0 with: server_address: ${{secrets.ACTION_MAIL_SERVER}} server_port: 465 diff --git a/.github/workflows/discussion_lock.yml b/.github/workflows/discussion_lock.yml index 9a4f3a698c..e039e2feae 100644 --- a/.github/workflows/discussion_lock.yml +++ b/.github/workflows/discussion_lock.yml @@ -56,7 +56,7 @@ jobs: log-output: true - if: failure() name: Send job failure notification e-mail - uses: dawidd6/action-send-mail@v3.9.0 + uses: dawidd6/action-send-mail@v3.10.0 with: server_address: ${{secrets.ACTION_MAIL_SERVER}} server_port: 465 diff --git a/.github/workflows/rerun_cirrus_cron.yml b/.github/workflows/rerun_cirrus_cron.yml index fed2c911d9..c425f1de9b 100644 --- a/.github/workflows/rerun_cirrus_cron.yml +++ b/.github/workflows/rerun_cirrus_cron.yml @@ -66,7 +66,7 @@ jobs: - if: failure() name: Send error notification e-mail - uses: dawidd6/action-send-mail@v3.9.0 + uses: dawidd6/action-send-mail@v3.10.0 with: server_address: ${{secrets.ACTION_MAIL_SERVER}} server_port: 465 diff --git a/.github/workflows/scan-secrets.yml b/.github/workflows/scan-secrets.yml index de7ffc9ebe..0cab6fc1ca 100644 --- a/.github/workflows/scan-secrets.yml +++ b/.github/workflows/scan-secrets.yml @@ -195,7 +195,7 @@ jobs: # this activity or some other general job failure. - if: failure() && !contains(github.event.pull_request.labels.*.name,'BypassLeakNotification') name: Send leak detection notification e-mail - uses: dawidd6/action-send-mail@v3.9.0 + uses: dawidd6/action-send-mail@v3.10.0 with: server_address: ${{secrets.ACTION_MAIL_SERVER}} server_port: 465