mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Switch GitHub Action for CI emails to use zeek organization
This commit is contained in:
parent
23e82b8121
commit
8e812df6c5
3 changed files with 8 additions and 2 deletions
2
.github/workflows/ci-notification.yml
vendored
2
.github/workflows/ci-notification.yml
vendored
|
@ -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 }}
|
||||
|
|
6
CHANGES
6
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.0-dev.552
|
||||
3.1.0-dev.554
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue