diff --git a/.github/workflows/ci-notification.yml b/.github/workflows/ci-notification.yml index 279edc47da..1026558eb7 100644 --- a/.github/workflows/ci-notification.yml +++ b/.github/workflows/ci-notification.yml @@ -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 }} diff --git a/CHANGES b/CHANGES index 8a39a4ac3b..7803d14dd3 100644 --- a/CHANGES +++ b/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) diff --git a/VERSION b/VERSION index 81a865a179..1cc4d5683b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0-dev.552 +3.1.0-dev.554