Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump oxsecurity/megalinter from 7.12.0 to 7.13.0 #287

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps oxsecurity/megalinter from 7.12.0 to 7.13.0.

Release notes

Sourced from oxsecurity/megalinter's releases.

v7.13.0

What's Changed

... (truncated)

Changelog

Sourced from oxsecurity/megalinter's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] (beta, main branch content)

Note: Can be used with oxsecurity/megalinter@beta in your GitHub Action mega-linter.yml file, or with oxsecurity/megalinter:beta docker image

  • New linters

  • Core

    • Allow to override CLI_LINT_MODE when defined as project
    • Allow to use absolute paths for LINTER_RULES_PATH
  • Media

  • Linters enhancements

  • Reporters

  • Fixes

    • terrascan fixed errors and removed redundant code
    • dotnet-format various performance improvements and ability to specify sln or proj paths
  • Doc

  • Flavors

  • CI

  • Linter versions upgrades

    • protolint from 0.50.2 to 0.50.3 on 2024-07-07
    • terraform-fmt from 1.9.0 to 1.9.1 on 2024-07-07
    • terragrunt from 0.59.6 to 0.60.0 on 2024-07-07
    • checkov from 3.2.174 to 3.2.175 on 2024-07-07
    • rstcheck from 6.2.1 to 6.2.4 on 2024-07-07
    • cfn-lint from 1.5.0 to 1.5.1 on 2024-07-08
    • checkov from 3.2.175 to 3.2.177 on 2024-07-08
    • cfn-lint from 1.5.1 to 1.5.2 on 2024-07-09
    • checkov from 3.2.177 to 3.2.179 on 2024-07-09
    • snakemake from 8.15.2 to 8.16.0 on 2024-07-09
    • ansible-lint from 24.6.1 to 24.7.0 on 2024-07-14
    • cfn-lint from 1.5.2 to 1.6.1 on 2024-07-14
    • dotnet-format from 8.0.106 to 8.0.107 on 2024-07-14
    • stylelint from 16.6.1 to 16.7.0 on 2024-07-14
    • prettier from 3.3.2 to 3.3.3 on 2024-07-14
    • pyright from 1.1.370 to 1.1.371 on 2024-07-14
    • ruff from 0.5.1 to 0.5.2 on 2024-07-14

... (truncated)

Commits
  • bacb5f8 Release MegaLinter v7.13.0
  • 72065d9 [automation] Auto-update linters version, help and documentation (#3746)
  • 1b22656 chore(deps): update ghcr.io/terraform-linters/tflint docker tag to v0.52.0 (#...
  • 9d76a95 [automation] Auto-update linters version, help and documentation (#3744)
  • 350fd81 add SARIF support (v2) for PHP linters (#3745)
  • 8d1ea78 chore(deps): update dependency sfdx-hardis to v4.42.0 (#3732)
  • a6a08f4 [automation] Auto-update linters version, help and documentation (#3742)
  • fae7d18 chore(deps): update dependency @​salesforce/sfdx-scanner to v4 (#3702)
  • 1a904bb [automation] Auto-update linters version, help and documentation (#3740)
  • 7ed4677 chore(deps): update mstruebing/editorconfig-checker docker tag to v3.0.3 (#3735)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 29, 2024
@jpower432 jpower432 changed the title ⬆️ bump oxsecurity/megalinter from 7.12.0 to 7.13.0 build(deps): bump oxsecurity/megalinter from 7.12.0 to 7.13.0 Aug 8, 2024
Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.12.0 to 7.13.0.
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@5199c63...bacb5f8)

---
updated-dependencies:
- dependency-name: oxsecurity/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/oxsecurity/megalinter-7.13.0 branch from 6be5212 to 23195f3 Compare August 8, 2024 13:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Superseded by #331.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/oxsecurity/megalinter-7.13.0 branch August 26, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants