From 954326f20eb0c4828dcc68703c722ffc4eb388de Mon Sep 17 00:00:00 2001 From: "bendo-bot[bot]" <126472327+bendo-bot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:01:41 +0000 Subject: [PATCH] ci(github-action): update oxsecurity/megalinter action to v8.1.0 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | oxsecurity/megalinter | v8.0.0 | v8.1.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 af78bc489..c739b3c58 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -32,7 +32,7 @@ jobs: private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: MegaLinter - uses: oxsecurity/megalinter@v8.0.0 + uses: oxsecurity/megalinter@v8.1.0 env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}" PRINT_ALPACA: false