From a67b37f834745f8a3d4c09dfbb6686f7e3cc12a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 22:18:07 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20oxsecurity/megali?= =?UTF-8?q?nter=20action=20(=20v7.12.0=20=E2=86=92=20v7.13.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | --------------------- | ------- | ------- | | github-tags | oxsecurity/megalinter | v7.12.0 | v7.13.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 700a91bd46..c498c69a3b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: private-key: ${{ secrets.CARPENIKE_APP_PRIVATE_KEY }} - name: MegaLinter - uses: oxsecurity/megalinter@v7.12.0 + uses: oxsecurity/megalinter@v7.13.0 env: GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}" PRINT_ALPACA: false