From 97915824570e799d317d33dd85395dcae5ecc286 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 15 Oct 2020 15:36:15 +0200 Subject: [PATCH 1/2] monitor-components: reduce checking frequency There is very little reason for us to be overzealous and trying to be as quick as possible in upgrading components as soon as they come out. Let's save a couple electrons. If need be, we can always trigger manual runs (thanks to the `workflow_dispatch` event). Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index eda97ab26c..e75ac16335 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -7,7 +7,7 @@ name: Monitor component updates on: schedule: - - cron: "11,31,51 * * * *" + - cron: "* 8,11,14,17 * * *" workflow_dispatch: env: From 033cdd37b6543b3b9eb336dbaff3e66109bbc791 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 15 Oct 2020 15:39:36 +0200 Subject: [PATCH 2/2] monitor-components: let's get notified about new GNU TLS versions A common alternative to OpenSSL is GNU TLS. We already use it via GNU Privacy Guard. As 32-bit MSYS2 won't be updated anymore (see https://www.msys2.org/news/#2020-05-17-32-bit-msys2-no-longer-actively-supported for details), we have to build it ourselves. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index e75ac16335..09086fe8f6 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -38,6 +38,8 @@ jobs: feed: https://github.com/openssh/openssh-portable/tags.atom - label: openssl feed: https://github.com/openssl/openssl/tags.atom + - label: gnutls + feed: https://gnutls.org/news.atom - label: heimdal feed: https://github.com/heimdal/heimdal/tags.atom - label: git-sizer