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 41E36158018 for ; Tue, 5 Oct 2021 03:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 444A8E0916; Tue, 5 Oct 2021 03:33:18 +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 C9549E0916 for ; Tue, 5 Oct 2021 03:33:17 +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 7811C342EFE for ; Tue, 5 Oct 2021 03:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1384DC for ; Tue, 5 Oct 2021 03:33:14 +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: <1633404782.e46bcca15af0b41a59dbd4be3506fd3a6c68edfb.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: e46bcca15af0b41a59dbd4be3506fd3a6c68edfb X-VCS-Branch: master Date: Tue, 5 Oct 2021 03:33:14 +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: 386fc4b1-1c4a-4262-b282-b8b313491b32 X-Archives-Hash: 6a64dcb232ad6aa6c8ce32378d6b920d commit: e46bcca15af0b41a59dbd4be3506fd3a6c68edfb Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 5 03:33:02 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 5 03:33:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=e46bcca1 switch to published action name 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 f8ae34b..cc8ff70 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: vapier/coverity-scan-action@v0 + - uses: actions/unofficial-coverity-scan@v0 with: project: gentoo%2Fpax-utils email: vapier@gentoo.org