From 843dd4c7b2e5bbccd1474afa18b9a3837d0b1bca Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:34:51 +0100 Subject: [PATCH 1/2] remove second trigger and just keep pull_request_target --- .github/workflows/mend_scan.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/mend_scan.yaml b/.github/workflows/mend_scan.yaml index 9102174fc4..dbb16678d5 100644 --- a/.github/workflows/mend_scan.yaml +++ b/.github/workflows/mend_scan.yaml @@ -6,9 +6,6 @@ on: push: branches: - main - pull_request: - branches: - - main pull_request_target: branches: - main From 4a2a09dd8cf09096899abcce9b4b5ef38f428cf4 Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:41:17 +0100 Subject: [PATCH 2/2] remove codecov as it does not work since v4 --- .github/workflows/codecov.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/codecov.yaml diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml deleted file mode 100644 index 7120276aee..0000000000 --- a/.github/workflows/codecov.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: CodeCov - -on: - pull_request_target: - -jobs: - mcodecov: - runs-on: ubuntu-latest - steps: - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file