guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

feat: renew BitBucket ssh-rsa fingerprints, add ed25519 & ECDSA #46

Closed guitarrapc closed 1 year ago

guitarrapc commented 1 year ago

fixes: https://github.com/guitarrapc/git-shallow-clone-orb/issues/44

tl;dr;

BitBucket renew their ssh-rsa finderprints and has replaced on June 20, 2023.

see: https://bitbucket.org/blog/ssh-host-key-changes

This PR renew ssh-rsa key and add ed25519 & ECDSA fingerprints. Official CircleCI also add these keys.