Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/
Date: Tue, 05 Oct 2021 03:33:20
Message-Id: 1633404782.e46bcca15af0b41a59dbd4be3506fd3a6c68edfb.vapier@gentoo
1 commit: e46bcca15af0b41a59dbd4be3506fd3a6c68edfb
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 03:33:02 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 03:33:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=e46bcca1
7
8 switch to published action name
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 .github/workflows/coverity.yml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
16 index f8ae34b..cc8ff70 100644
17 --- a/.github/workflows/coverity.yml
18 +++ b/.github/workflows/coverity.yml
19 @@ -19,7 +19,7 @@ jobs:
20 CC: ${{ matrix.cc }}
21 steps:
22 - uses: actions/checkout@v2
23 - - uses: vapier/coverity-scan-action@v0
24 + - uses: actions/unofficial-coverity-scan@v0
25 with:
26 project: gentoo%2Fpax-utils
27 email: vapier@g.o