Switch GitHub Action for CI emails to use zeek organization

This commit is contained in:
Jon Siwek 2020-02-06 13:05:39 -08:00
parent 23e82b8121
commit 8e812df6c5
3 changed files with 8 additions and 2 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send CI Email Notification
uses: jsiwek/ci-email-action@master
uses: zeek/ci-email-action@master
env:
CI_APP_NAME: "Cirrus CI"
SMTP_HOST: ${{ secrets.SMTP_HOST }}

View file

@ -1,4 +1,10 @@
3.1.0-dev.554 | 2020-02-06 13:05:39 -0800
* Switch GitHub Action for CI emails to use zeek organization (Jon Siwek, Corelight)
* Restore accidentally reverted change to fix FreeBSD 11 build (Tim Wojtulewicz, Corelight)
3.1.0-dev.552 | 2020-02-05 21:47:08 -0800
* Update CAF to current 0.17.4 release branch (Jon Siwek, Corelight)

View file

@ -1 +1 @@
3.1.0-dev.552
3.1.0-dev.554