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

Bump super-linter/super-linter from 5 to 6 #67

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps super-linter/super-linter from 5 to 6.

Release notes

Sourced from super-linter/super-linter's releases.

v6.0.0

6.0.0 (2024-01-31)

⚠ BREAKING CHANGES

  • deprecate error_on_missing_exec_bit (#5120)
  • uninstall eslint-config-airbnb-typescript (#5077)
  • validate configuration when using find (#5045)
  • run linters against the workspace (#5041)
  • exit on errors when running Git (#4889)

🚀 Features

🐛 Bugfixes

... (truncated)

Changelog

Sourced from super-linter/super-linter's changelog.

Changelog

6.3.0 (2024-02-28)

🚀 Features

  • bash-exec: add option to ignore shell library files (#5254) (95aabd4)

🐛 Bugfixes

⬆️ Dependency updates

  • docker: bump alpine/terragrunt from 1.7.3 to 1.7.4 (#5325) (a3046b3)
  • docker: bump hashicorp/terraform from 1.7.3 to 1.7.4 (#5322) (495881b)
  • docker: bump rhysd/actionlint from 1.6.26 to 1.6.27 (#5324) (7a349ac)
  • docker: bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323) (6c1f40c)
  • docker: bump yoheimuta/protolint from 0.47.5 to 0.47.6 (#5321) (413f827)
  • java: bump com.google.googlejavaformat:google-java-format (#5333) (ed01d3b)
  • npm: bump @​typescript-eslint/eslint-plugin in /dependencies (#5332) (ddecff2)
  • npm: bump eslint from 8.56.0 to 8.57.0 in /dependencies (#5330) (d74f8ad)
  • npm: bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /dependencies (#5329) (8357165)
  • npm: bump renovate from 37.202.2 to 37.214.0 in /dependencies (#5331) (1528923)
  • python: bump checkov from 3.2.22 to 3.2.26 in /dependencies/python (#5327) (87bea22)
  • python: bump pylint from 3.0.3 to 3.1.0 in /dependencies/python (#5326) (592a42c)
  • python: bump snakemake from 8.4.9 to 8.5.3 in /dependencies/python (#5328) (b1dbf25)

🧰 Maintenance

6.2.0 (2024-02-20)

🚀 Features

🐛 Bugfixes

... (truncated)

Commits
  • e0fc164 chore(main): release 6.3.0 (#5314)
  • 6c1f40c deps(docker): bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323)
  • a3046b3 deps(docker): bump alpine/terragrunt from 1.7.3 to 1.7.4 (#5325)
  • 1528923 deps(npm): bump renovate from 37.202.2 to 37.214.0 in /dependencies (#5331)
  • b8ee158 chore(docs): fix README typo (#5338)
  • 413f827 deps(docker): bump yoheimuta/protolint from 0.47.5 to 0.47.6 (#5321)
  • 495881b deps(docker): bump hashicorp/terraform from 1.7.3 to 1.7.4 (#5322)
  • 7a349ac deps(docker): bump rhysd/actionlint from 1.6.26 to 1.6.27 (#5324)
  • 592a42c deps(python): bump pylint from 3.0.3 to 3.1.0 in /dependencies/python (#5326)
  • 87bea22 deps(python): bump checkov from 3.2.22 to 3.2.26 in /dependencies/python (#5327)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.45%. Comparing base (cc95a3d) to head (31203f7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files           5        5           
  Lines          66       66           
  Branches        6        6           
=======================================
  Hits           63       63           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Mar 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@golles
Copy link
Owner

golles commented May 1, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@golles
Copy link
Owner

golles commented May 1, 2024

@dependabot recreate

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v5...v6)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/super-linter/super-linter-6 branch from 851ebc8 to d4ebc43 Compare May 1, 2024 19:53
Copy link

sonarcloud bot commented May 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

None yet

1 participant