Skip to content

Commit 733eff3

Browse files
committed
btrfs-progs: README: update workflow badges and links
The distro image workflow was renamed in 525bb25 ("btrfs-progs: ci: rename image build test workflow file") and the links broke. Remove the CodeQL from README as the scan results are not public. [ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
1 parent cab5569 commit 733eff3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Btrfs-progs
55
[![coverage](https://github.com/kdave/btrfs-progs/actions/workflows/coverage.yml/badge.svg)](https://github.com/kdave/btrfs-progs/actions/workflows/coverage.yml)
66
[![codecov](https://codecov.io/gh/kdave/btrfs-progs/branch/coverage-test/graph/badge.svg?token=fhLI8V9s0k)](https://codecov.io/gh/kdave/btrfs-progs)
77
[![static](https://github.com/kdave/btrfs-progs/actions/workflows/artifacts-static-build.yml/badge.svg)](https://github.com/kdave/btrfs-progs/actions/workflows/artifacts-static-build.yml)
8-
[![release](https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml/badge.svg)](https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml)
9-
[![codeql](https://github.com/kdave/btrfs-progs/actions/workflows/codeql.yml/badge.svg)](https://github.com/kdave/btrfs-progs/actions/workflows/codeql.yml)
8+
[![release](https://github.com/kdave/btrfs-progs/actions/workflows/image-build-test.yml/badge.svg)](https://github.com/kdave/btrfs-progs/actions/workflows/image-build-test.yml)
109

1110
Userspace utilities to manage btrfs filesystems.
1211
License: GPLv2.
@@ -66,8 +65,8 @@ and [uClibc-ng](https://www.uclibc-ng.org/).
6665
The supported compilers are [gcc](https://gcc.gnu.org/) (minimal version 4.8)
6766
and [clang](https://clang.llvm.org/) (minimal version 3.4).
6867

69-
Build tests are done on [several distributions](https://github.com/kdave/btrfs-progs/blob/master/.github/workflows/ci-build-test.yml), see
70-
[Github actions workflow](https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml).
68+
Build tests are done on [several distributions](https://github.com/kdave/btrfs-progs/blob/master/.github/workflows/image-build-test.yml), see
69+
[Github actions workflow](https://github.com/kdave/btrfs-progs/actions/workflows/image-build-test.yml).
7170

7271
Reporting bugs
7372
--------------

0 commit comments

Comments
 (0)