Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
- name: Send e-mail on failed run
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
# freeze to v17
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Send e-mail
# freeze to v6
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59
with:
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
Expand Down
Loading