mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-05 05:58:01 -05:00
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 <johannes.schindelin@gmx.de>
This commit is contained in:
4
.github/workflows/monitor-components.yml
vendored
4
.github/workflows/monitor-components.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user