From cbe7d6222419a952e649dd0cf296ad23b0b00719 Mon Sep 17 00:00:00 2001 From: Greg Galloway Date: Thu, 20 Jul 2023 13:22:54 -0700 Subject: [PATCH 1/2] Update coverity.yml Added token callouts to repo. Signed-off-by: Greg Galloway --- .github/workflows/coverity.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 039de19d2472..a69a1c63bba5 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -25,9 +25,11 @@ jobs: - uses: actions/checkout@v3 - uses: intel-innersource/frameworks.actions.setup-coverity@v1 with: + repo-token: ${{ secrets.GHP_TOKEN }} version: 2022.3.1 - uses: intel-innersource/frameworks.actions.coverity-analysis@v3 with: + repo-token: ${{ secrets.GHP_TOKEN }} source: pysvtools html-dir: html_report fail-if-issues-found: true From 44d0aabf4c67795d39f709fd47c403c8b8e9e12b Mon Sep 17 00:00:00 2001 From: Greg Galloway Date: Thu, 20 Jul 2023 13:42:52 -0700 Subject: [PATCH 2/2] Update coverity.yml Changed the actions reference to be my fork. Signed-off-by: Greg Galloway --- .github/workflows/coverity.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a69a1c63bba5..ddb9320aa798 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -23,13 +23,11 @@ jobs: self-hosted steps: - uses: actions/checkout@v3 - - uses: intel-innersource/frameworks.actions.setup-coverity@v1 + - uses: greg-intel/frameworks.actions.setup-coverity@v1 with: - repo-token: ${{ secrets.GHP_TOKEN }} version: 2022.3.1 - - uses: intel-innersource/frameworks.actions.coverity-analysis@v3 + - uses: greg-intel/frameworks.actions.coverity-analysis@v3 with: - repo-token: ${{ secrets.GHP_TOKEN }} source: pysvtools html-dir: html_report fail-if-issues-found: true