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/terraform-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:

- name: alert on failure
if: failure()
uses: dawidd6/action-send-mail@4758fd2f0eab31f80897dc291e43c3867cce37bf
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
with:
server_address: smtp.gmail.com
server_port: 465
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:

- name: alert on failure
if: failure()
uses: dawidd6/action-send-mail@4758fd2f0eab31f80897dc291e43c3867cce37bf
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
with:
server_address: smtp.gmail.com
server_port: 465
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:

- name: alert on failure
if: failure()
uses: dawidd6/action-send-mail@4758fd2f0eab31f80897dc291e43c3867cce37bf # v15
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f # v16
with:
server_address: smtp.gmail.com
server_port: 465
Expand Down