Skip to content

Commit

Permalink
Merge pull request #21450 from containers/renovate/dawidd6-action-sen…
Browse files Browse the repository at this point in the history
…d-mail-3.x

[skip-ci] Update dawidd6/action-send-mail action to v3.11.0
  • Loading branch information
openshift-merge-bot[bot] authored Jan 31, 2024
2 parents 1698fa0 + 6eca2f6 commit 4370932
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
uses: dawidd6/action-send-mail@v3.11.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand All @@ -80,7 +80,7 @@ jobs:

- if: failure()
name: Send error notification e-mail
uses: dawidd6/action-send-mail@v3.10.0
uses: dawidd6/action-send-mail@v3.11.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/discussion_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
log-output: true
- if: failure()
name: Send job failure notification e-mail
uses: dawidd6/action-send-mail@v3.10.0
uses: dawidd6/action-send-mail@v3.11.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rerun_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- if: failure()
name: Send error notification e-mail
uses: dawidd6/action-send-mail@v3.10.0
uses: dawidd6/action-send-mail@v3.11.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
uses: dawidd6/action-send-mail@v3.11.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand Down

0 comments on commit 4370932

Please sign in to comment.