Skip to content

Commit 6eca8f4

Browse files
ci(deps): bump oxsecurity/megalinter from 8.8.0 to 9.0.1 (#935)
* ci(deps): bump oxsecurity/megalinter from 8.8.0 to 9.0.1 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 8.8.0 to 9.0.1. - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@e08c2b0...0dcbedd) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: remove hadolint workaround --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent a2cf3e9 commit 6eca8f4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persona: pedantic
3939
# flavors/dotnet is the smallest flavor of MegaLinter that contains the linters
4040
# we are interested in.
41-
- uses: oxsecurity/megalinter/flavors/dotnet@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0
41+
- uses: oxsecurity/megalinter/flavors/dotnet@0dcbedd66ea456ba2d54fd350affaa15df8a0da3 # v9.0.1
4242
env:
4343
APPLY_FIXES: all
4444
VALIDATE_ALL_CODEBASE: true

.mega-linter.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ FILTER_REGEX_EXCLUDE: (CHANGELOG.md|package-lock.json)
2525
# hence the exclusion
2626
JSON_V8R_FILTER_REGEX_EXCLUDE: (\.vscode)
2727
REPOSITORY_TRIVY_ARGUMENTS: --ignorefile .github/linters/.trivyignore.yml
28-
# Temporarily disable hadolint errors as version v2.13.1
29-
# (https://github.com/hadolint/hadolint/issues/985) is
30-
# not yet part of megalinter
31-
DOCKERFILE_HADOLINT_DISABLE_ERRORS: true

0 commit comments

Comments
 (0)