From b07b9116b9b552bf867d898a509d72a7d2071738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Klintrup?= Date: Mon, 29 Sep 2025 22:30:46 +0200 Subject: [PATCH] Update MegaLinter and checkout action versions for consistency --- .github/workflows/megalinter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index bf502ba..baa70dc 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -26,7 +26,7 @@ pull-requests: write steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances @@ -36,7 +36,7 @@ id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter/flavors/documentation@v9 + uses: oxsecurity/megalinter/flavors/documentation@0dcbedd66ea456ba2d54fd350affaa15df8a0da3 # v9.0.1 env: # All available variables are described in documentation # https://megalinter.io/configuration/