From 1240336c671148897a0aa5efcefeabb354a9b250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:46:55 +0000 Subject: [PATCH 1/2] Update oxsecurity/megalinter action to v7.4.0 --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index a58224a7..ba3749fd 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -37,7 +37,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.github.io/flavors/ - uses: oxsecurity/megalinter/flavors/dotnet@v7.3.0 + uses: oxsecurity/megalinter/flavors/dotnet@v7.4.0 env: # All available variables are described in documentation # https://megalinter.github.io/configuration/ From 83c57c9acb4bd75dd0055ab6622b78b7025b02b1 Mon Sep 17 00:00:00 2001 From: Ernest Prabhakar Date: Thu, 5 Oct 2023 13:07:50 -0700 Subject: [PATCH 2/2] always Archive production artifacts --- .github/workflows/mega-linter.yml | 1 - .github/workflows/pkg-test.yml | 1 - .github/workflows/test.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index ba3749fd..8b666e47 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -48,7 +48,6 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v3 with: name: MegaLinter reports diff --git a/.github/workflows/pkg-test.yml b/.github/workflows/pkg-test.yml index 51317a7c..63d73bf5 100644 --- a/.github/workflows/pkg-test.yml +++ b/.github/workflows/pkg-test.yml @@ -53,7 +53,6 @@ jobs: run: make pkg-test - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v3 with: name: nf-quilt-pkg-test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f3a22e4..58eceac0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,6 @@ jobs: run: make test - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v3 with: name: nf-quilt-test-reports