From efa8d6e64bfd22b94c5dd802487f9d9f0ab7b37d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:12:14 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20oxsecurity/megal?= =?UTF-8?q?inter=20action=20(=20v8.8.0=20=E2=86=92=20v9.1.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 | v8.8.0 | v9.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 1c2929d7f9..34e948546e 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@v8.8.0 + uses: oxsecurity/megalinter@v9.1.0 env: GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}" PRINT_ALPACA: false