From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4120158018 for ; Tue, 5 Oct 2021 03:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E7BFE0916; Tue, 5 Oct 2021 03:45:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDA91E0916 for ; Tue, 5 Oct 2021 03:45:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A442C342C74 for ; Tue, 5 Oct 2021 03:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4ECDC for ; Tue, 5 Oct 2021 03:45:43 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1633405437.5480aa80862539562d282742b6fb759aff973df9.vapier@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/ X-VCS-Repository: proj/pax-utils X-VCS-Files: .github/workflows/coverity.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 5480aa80862539562d282742b6fb759aff973df9 X-VCS-Branch: master Date: Tue, 5 Oct 2021 03:45:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0be6b61-9a9b-4f4b-8e20-153760f75e8a X-Archives-Hash: ffbf85e0fc8808c1876a5546e8cf7dc7 commit: 5480aa80862539562d282742b6fb759aff973df9 Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 5 03:42:24 2021 +0000 Commit: Mike Frysinger gentoo 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 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: vapier@gentoo.org