From d310256157357450867c950f12103277e7263066 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 4 Oct 2022 17:06:16 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates Also monitor libfido2 (and its dependency libcbor). This is important because that library is responsible for support of security keys in OpenSSH, e.g. making it work with Windows Hello. We've missed a couple of updates of the libfido2 library and hence miss out on Windows Hello support. Pointed out by Ladislau Szomoru. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 9c78d6d3e92445..0790f9918eaeba 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -39,6 +39,10 @@ jobs: aggregate: true - label: openssh feed: https://github.com/openssh/openssh-portable/tags.atom + - label: libfido2 + feed: https://github.com/Yubico/libfido2/tags.atom + - label: libcbor + feed: https://github.com/PJK/libcbor/tags.atom - label: openssl feed: https://github.com/openssl/openssl/tags.atom title-pattern: ^(?!.*alpha)