Skip to content

Commit 4b6f871

Browse files
chaorenGoogle Java Core Libraries
authored andcommitted
Fix the CI badge.
The CI badge is currently broken and just says "no status". The new CI badge is created directly from the linked CI page (3 dots, then create status badge). The actual status of the default branch is failing, which is a separate problem. Also updated the links for the other two badges to what's currently generated from their respective sources. RELNOTES=n/a PiperOrigin-RevId: 712660257
1 parent 5a0e12f commit 4b6f871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Guava: Google Core Libraries for Java
22

3-
[![Latest release](https://img.shields.io/github/release/google/guava.svg)](https://github.com/google/guava/releases/latest)
4-
[![Build Status](https://github.com/google/guava/workflows/CI/badge.svg?branch=master)](https://github.com/google/guava/actions)
5-
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7197/badge)](https://bestpractices.coreinfrastructure.org/projects/7197)
3+
[![GitHub Release](https://img.shields.io/github/v/release/google/guava)](https://github.com/google/guava/releases/latest)
4+
[![CI](https://github.com/google/guava/actions/workflows/ci.yml/badge.svg)](https://github.com/google/guava/actions/workflows/ci.yml)
5+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7197/badge)](https://www.bestpractices.dev/projects/7197)
66

77

88

0 commit comments

Comments
 (0)