From 00729e8dc0fe875a7e410839ce6add861eb83a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:24:42 +0000 Subject: [PATCH] Bump oxsecurity/megalinter from 7.9.0 to 7.10.0 (#2) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f571e82..e3ff632 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint id: ml - uses: oxsecurity/megalinter/flavors/dotnet@v7.9.0 + uses: oxsecurity/megalinter/flavors/dotnet@v7.10.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}