From ddde59b6dc59b83db3d8a2dc7ccf4c2a5aefb87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:20:38 +0200 Subject: [PATCH] Bump oxsecurity/megalinter from 7 to 8 (#67) * Bump oxsecurity/megalinter from 7 to 8 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7 to 8. - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v7...v8) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Add AGPL-3.0 as allowed license --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: m-ringler <42344272+m-ringler@users.noreply.github.com> --- .github/workflows/dependency-review.yaml | 3 ++- .github/workflows/mega-linter.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 4d9800a..dd71419 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -15,4 +15,5 @@ jobs: uses: actions/dependency-review-action@v4 with: # Add more licenses as required. Do not add copy-left licenses or licenses incompatible with MIT (for czicompress) and GPL-3.0-or-later (for czishrink) - allow-licenses: MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause + # AGPL-3.0 is for megalinter which is not shipped (only used in CI/CD) + allow-licenses: MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause, AGPL-3.0 diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 5a1f366..2facaba 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -30,7 +30,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter/flavors/dotnet@v7 + uses: oxsecurity/megalinter/flavors/dotnet@v8 env: # All available variables are described in documentation # https://megalinter.io/configuration/