Skip to content

Commit d310256

Browse files
committed
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 <[email protected]>
1 parent 0355083 commit d310256

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
aggregate: true
4040
- label: openssh
4141
feed: https://github.com/openssh/openssh-portable/tags.atom
42+
- label: libfido2
43+
feed: https://github.com/Yubico/libfido2/tags.atom
44+
- label: libcbor
45+
feed: https://github.com/PJK/libcbor/tags.atom
4246
- label: openssl
4347
feed: https://github.com/openssl/openssl/tags.atom
4448
title-pattern: ^(?!.*alpha)

0 commit comments

Comments
 (0)