From 35ab6982d0592d959018b6743d3bc912df5fcf39 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:15:36 +0000 Subject: [PATCH] feat(github-action): update oxsecurity/megalinter action to v6.20.1 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------- | | github-tags | oxsecurity/megalinter | v6.3.0 | v6.20.1 | --- .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 452839af81..1ea498bd55 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@v6.3.0 + uses: oxsecurity/megalinter@v6.20.1 env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}" PRINT_ALPACA: false