commit:     5480aa80862539562d282742b6fb759aff973df9
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 03:42:24 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 03:43:57 2021 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=5480aa80

switch back to my action name

Still trying to figure out how custom actions work.

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 .github/workflows/coverity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index cc8ff70..f8ae34b 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -19,7 +19,7 @@ jobs:
       CC: ${{ matrix.cc }}
     steps:
     - uses: actions/checkout@v2
-    - uses: actions/unofficial-coverity-scan@v0
+    - uses: vapier/coverity-scan-action@v0
       with:
         project: gentoo%2Fpax-utils
         email: [email protected]

Reply via email to