chef / sqerl

General purpose RDBMS abstraction layer
Apache License 2.0
42 stars 18 forks source link

Update the dependencies to use https #113

Closed kalroy closed 2 years ago

kalroy commented 2 years ago

Description

Github has updated its security to disable the use of unencrypted git protocol. https://github.blog/2021-09-01-improving-git-protocol-security-github/

This has cause issue when Automate notification service is trying to build. https://buildkite.com/chef/chef-automate-main-nightly/builds/1075#22450580-dcb3-4af5-b6cc-f99c76001221 https://buildkite.com/chef/chef-automate-main-post-promote/builds/444

The branch we are working on to fix this in Automate: https://github.com/chef/automate/tree/kallol/fix_notification_dependencies

This PR updates the dependencies to use https instead of git

Types of changes

Checklist: