Skip to content

Commit f140ed7

Browse files
committed
Freeze dawidd6/action-send-mail to v6
It is some personal project and could gain access to my server creds. I would prefer to keep to current version assuming that it has nothing malicious ATM
1 parent d196d70 commit f140ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/daily-status.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.DATALAD_GITHUB_TOKEN }}
4646

4747
- name: Send e-mail
48-
uses: dawidd6/action-send-mail@v6
48+
# freeze to v6
49+
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402
4950
with:
5051
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
5152
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

0 commit comments

Comments
 (0)