public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/
Date: Tue,  5 Oct 2021 03:20:22 +0000 (UTC)	[thread overview]
Message-ID: <1633404021.6e4bb601f5b03660a2064b9acb5cbf4965e5189e.vapier@gentoo> (raw)

commit:     6e4bb601f5b03660a2064b9acb5cbf4965e5189e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 02:27:23 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 03:20:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=6e4bb601

switch to Coverity Scan GH action

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

 .github/workflows/coverity.yml | 36 +++++-------------------------------
 1 file changed, 5 insertions(+), 31 deletions(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 0cdfec2..f8ae34b 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -16,37 +16,11 @@ jobs:
         cc: [gcc]
     runs-on: ${{ matrix.os }}
     env:
-      COVERITY_EMAIL: vapier@gentoo.org
-      COVERITY_PROJECT: gentoo%2Fpax-utils
       CC: ${{ matrix.cc }}
     steps:
     - uses: actions/checkout@v2
-
-    - name: Download Coverity Build Tool
-      run: |
-        wget -nv https://scan.coverity.com/download/cxx/linux64 \
-          --post-data "token=${TOKEN}&project=${COVERITY_PROJECT}" \
-          -O cov-analysis-linux64.tar.gz
-        mkdir cov-analysis
-        tar -xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis
-      env:
-        TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
-
-    - name: Build with cov-build
-      run: |
-        export PATH="${PWD}/cov-analysis/bin:${PATH}"
-        cov-build --dir cov-int make
-
-    - name: Submit the result to Coverity Scan
-      run: |
-        tar -czvf cov-int.tgz cov-int
-        curl \
-          --form project="${COVERITY_PROJECT}" \
-          --form token="${TOKEN}" \
-          --form email="${COVERITY_EMAIL}" \
-          --form file=@cov-int.tgz \
-          --form version="${GITHUB_SHA}" \
-          --form description="pax-utils git" \
-          "https://scan.coverity.com/builds?project=${COVERITY_PROJECT}"
-      env:
-        TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
+    - uses: vapier/coverity-scan-action@v0
+      with:
+        project: gentoo%2Fpax-utils
+        email: vapier@gentoo.org
+        token: ${{ secrets.COVERITY_SCAN_TOKEN }}


             reply	other threads:[~2021-10-05  3:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05  3:20 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-05  3:33 [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/ Mike Frysinger
2021-10-05  3:45 Mike Frysinger
2022-02-06  1:27 Mike Frysinger
2022-03-24 15:42 Sam James
2022-11-02  0:38 Sam James
2022-11-02  0:40 Sam James
2023-01-06  6:55 Sam James
2023-01-29  3:48 Sam James
2023-12-14 21:28 Mike Frysinger
2024-01-02 16:36 Mike Frysinger
2024-01-02 16:51 Mike Frysinger
2024-01-02 16:51 Mike Frysinger
2024-01-02 18:03 Mike Frysinger
2024-01-16  5:13 Mike Frysinger
2024-01-25 12:13 Sam James
2024-09-22  4:33 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1633404021.6e4bb601f5b03660a2064b9acb5cbf4965e5189e.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox