From c735fc7bf09ba9c2944b9026d25baf7e75186ae8 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Sun, 25 Dec 2022 19:46:24 -0800 Subject: [PATCH 1/2] README.md: update status badge We're no longer using Travis CI, so we remove its status badge and add one for GitHub Actions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3edf1..4abc221 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # gitobj -[![](https://travis-ci.org/git-lfs/gitobj.svg?branch=master)](https://travis-ci.org/git-lfs/gitobj) [![](https://godoc.org/github.com/git-lfs/gitobj?status.svg)](https://godoc.org/github.com/git-lfs/gitobj) +![CI status][1] + +[1]: https://github.com/git-lfs/gitobj/workflows/CI/badge.svg Package `gitobj` reads and writes loose and packed Git objects. From 1027e0ac7c1b367715bcc4c9d274474fd7076aa1 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Sun, 25 Dec 2022 19:48:09 -0800 Subject: [PATCH 2/2] SECURITY.md: update git-lfs default branch name We update our link to the Git LFS project's primary security documentation in the git-lfs/git-lfs repository to use that repository's current default branch name of "main". --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 93dd038..4aaf41a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ Please see -[SECURITY.md](https://github.com/git-lfs/git-lfs/blob/master/SECURITY.md) +[SECURITY.md](https://github.com/git-lfs/git-lfs/blob/main/SECURITY.md) in the main Git LFS repository for information on how to report security vulnerabilities in this package.