From bfa4af5e787ac3075475026cedbbbd282906e349 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Mon, 19 Sep 2022 20:24:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20oxsecurity/megali?= =?UTF-8?q?nter=20action=20to=20v6.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | --------------------- | ------ | ------- | | github-tags | oxsecurity/megalinter | v6.9.1 | v6.10.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 351bfe8c8..308c124fd 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.9.1 + uses: oxsecurity/megalinter@v6.10.0 env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}" PRINT_ALPACA: false