From 209ea380334fbe3f5971350216c5b626c71dad85 Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:20:07 +0000 Subject: [PATCH] feat(github-release): update oxsecurity/megalinter action to v7.9.0 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | oxsecurity/megalinter | v7.8.0 | v7.9.0 | --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 55a8f4b19..00e6439b1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -29,7 +29,7 @@ jobs: private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: MegaLinter - uses: oxsecurity/megalinter@v7.8.0 + uses: oxsecurity/megalinter@v7.9.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }} GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}