mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
[skip-ci] Update dawidd6/action-send-mail action to v3.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/check_cirrus_cron.yml
vendored
4
.github/workflows/check_cirrus_cron.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
- if: steps.cron.outputs.failures > 0
|
- if: steps.cron.outputs.failures > 0
|
||||||
name: Send failure notification e-mail
|
name: Send failure notification e-mail
|
||||||
# Ref: https://github.com/dawidd6/action-send-mail
|
# Ref: https://github.com/dawidd6/action-send-mail
|
||||||
uses: dawidd6/action-send-mail@v3.10.0
|
uses: dawidd6/action-send-mail@v3.11.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||||
server_port: 465
|
server_port: 465
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
|
|
||||||
- if: failure()
|
- if: failure()
|
||||||
name: Send error notification e-mail
|
name: Send error notification e-mail
|
||||||
uses: dawidd6/action-send-mail@v3.10.0
|
uses: dawidd6/action-send-mail@v3.11.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||||
server_port: 465
|
server_port: 465
|
||||||
|
2
.github/workflows/discussion_lock.yml
vendored
2
.github/workflows/discussion_lock.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
log-output: true
|
log-output: true
|
||||||
- if: failure()
|
- if: failure()
|
||||||
name: Send job failure notification e-mail
|
name: Send job failure notification e-mail
|
||||||
uses: dawidd6/action-send-mail@v3.10.0
|
uses: dawidd6/action-send-mail@v3.11.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||||
server_port: 465
|
server_port: 465
|
||||||
|
2
.github/workflows/rerun_cirrus_cron.yml
vendored
2
.github/workflows/rerun_cirrus_cron.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
|
|
||||||
- if: failure()
|
- if: failure()
|
||||||
name: Send error notification e-mail
|
name: Send error notification e-mail
|
||||||
uses: dawidd6/action-send-mail@v3.10.0
|
uses: dawidd6/action-send-mail@v3.11.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||||
server_port: 465
|
server_port: 465
|
||||||
|
2
.github/workflows/scan-secrets.yml
vendored
2
.github/workflows/scan-secrets.yml
vendored
@ -195,7 +195,7 @@ jobs:
|
|||||||
# this activity or some other general job failure.
|
# this activity or some other general job failure.
|
||||||
- if: failure() && !contains(github.event.pull_request.labels.*.name,'BypassLeakNotification')
|
- if: failure() && !contains(github.event.pull_request.labels.*.name,'BypassLeakNotification')
|
||||||
name: Send leak detection notification e-mail
|
name: Send leak detection notification e-mail
|
||||||
uses: dawidd6/action-send-mail@v3.10.0
|
uses: dawidd6/action-send-mail@v3.11.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||||
server_port: 465
|
server_port: 465
|
||||||
|
Reference in New Issue
Block a user