From 15ba4e2e342556c916aade192883a180a0194dde Mon Sep 17 00:00:00 2001 From: Alex Todorov Date: Mon, 2 Dec 2024 15:41:53 +0200 Subject: [PATCH] Update URL which gets reported as 404 although in reality it acts as a redirect --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index b8f09023..5c0c3683 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -44,7 +44,7 @@ jobs: VALIDATE_ALL_CODEBASE: true # tells gitleaks to scan only commits in the current PR without setting VALIDATE_ALL_CODEBASE==false # which has other side effects. See https://github.com/oxsecurity/megalinter/issues/2487 and - # https://megalinter.io/8.2.0/descriptors/repository_gitleaks/ + # https://megalinter.io/latest/descriptors/repository_gitleaks/ REPOSITORY_GITLEAKS_ARGUMENTS: --log-opts '--no-merges --first-parent ${{ github.event.pull_request.base.sha }}^..${{ github.event.pull_request.head.sha }}' JSON_JSONLINT_FILTER_REGEX_EXCLUDE: (chainspecs/dryRun*) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}