From 3325ca01ebc1996e2e39a55e76378e7277351dac Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 10:16:07 +0000 Subject: [PATCH] feat(github-action): update oxsecurity/megalinter action to v6.18.0 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------- | | github-tags | oxsecurity/megalinter | v6.3.0 | v6.18.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 452839af81..df61458183 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.18.0 env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}" PRINT_ALPACA: false