From 090ae111aee875212a0e0315208795d59b6a30cb Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Sun, 4 Sep 2022 21:18:17 +0000 Subject: [PATCH] feat(github-action): update oxsecurity/megalinter action to v6.8.0 --- .github/workflows/megalinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index ea7a89d90..905eda808 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -29,7 +29,7 @@ jobs: private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: MegaLinter - uses: oxsecurity/megalinter@v6.7.1 + uses: oxsecurity/megalinter@v6.8.0 env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}" PRINT_ALPACA: false