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

feat(github-action): update oxsecurity/megalinter action to v6.22.2 #724

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Aug 12, 2022

This PR contains the following updates:

Package Type Update Change
oxsecurity/megalinter action minor v6.3.0 -> v6.22.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

oxsecurity/megalinter

v6.22.2

Compare Source

  • Core

    • Fix failure of AzureCommentReporter when there is no pull request found in ENV vars
    • Fix HTML comment appearing in Azure Pull Request mail notifications
  • Linter versions upgrades

v6.22.1

Compare Source

  • Core

    • Changed vars in AzureCommentReporter to reflects official Azure DevOps naming convention + fallback to keep backward compatibility, see #​2509
    • Update AzureCommentReport to have only one MegaLinter thread instead of a new one for each run of MegaLinter
  • Documentation

    • Updated usage scenario for Azure DevOps, see #​2509
  • Linter versions upgrades

v6.22.0

Compare Source

v6.21.0

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

  • Core

    • Upgrade base docker image from python:3.10.4-alpine3.16 to python:3.11.1-alpine3.17
    • Build: remove folder contents before generating Dockerfile files for each linter in generate_linter_dockerfiles(), by @​bdovaz in #​2294
    • Build: remove folder contents before generating test classes for each linter in generate_linter_test_classes(), by @​bdovaz in #​2294
    • Build: automatically update the linter list used in the matrix of several of the workflows, by @​bdovaz in #​2294
    • Test: create a testing architecture for format/autofix linters, by @​bdovaz in #​2294
    • Test: create or adapt input files for format/autofix tests, by @​bdovaz in #​2294
    • Test: created specific test folders for linters that need them because they can't share them, by @​bdovaz in #​2294
    • Added rubocop-rake RubyGem for linting Rake files with RuboCop
  • Fixes

    • Correctly generate class names and test class files for each linter when the linter descriptor defines the attribute "name", by @​bdovaz in #​2294
    • Removed the default powershell templates TEMPLATES/.powershell-formatter.psd1 and TEMPLATES/.powershell-psscriptanalyzer.psd1. Having these templates caused all rules to be ignored as the settings aren't incremental but absolute, by @​bdovaz in #​2294
    • Added cli_lint_fix_arg_name parameter to dotnet format descriptor as without it, autofix doesn't work, by @​bdovaz in #​2294
    • Created BicepLinter class to add DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable to avoid problems with ICU packages, by @​bdovaz in #​2294
    • Modified npm-groovy-lint descriptor to add --failon parameter to only fail with error and not info which is the default value, by @​bdovaz in #​2294
    • Added cli_lint_fix_arg_name parameter to powershell formatter descriptor as without it, autofix doesn't work, by @​bdovaz in #​2294
    • Created ProtolintLinter class to fix the problem that returns exit code 1 when it encounters a problem to correct even though it corrects it correctly, by @​bdovaz in #​2294
    • Concatenate --output parameter correctly to xmllint linter, by @​bdovaz in #​2294
    • Modified the .pre-commit-hooks.yaml for megalinter-full so the containername argument is correctly split between two lines, by @​drbothen #​2411
    • Avoid jscpd default config to detect copy pastes in image files
    • Move utilstest to megalinter folder to avoid import issues
    • Replace deprecated spectral package, by @​bdovaz in by @​bdovaz in #​2340
    • Generate correct urls for packages with fixed versions, by @​bdovaz in #​2339
  • Documentation

    • Change swiftlint example that did not correctly reflect the --fix parameter, by @​bdovaz in #​2294
    • Change in TSX eslint descriptor the urls as they were not correct, by @​bdovaz in #​2294
    • Change in TYPESCRIPT eslint descriptor the urls as they were not correct, by @​bdovaz on #​2294
    • Use mkdocs-glightbox to allow to click on images and display them in full screen
  • CI

    • Use docker/build-push-action to build docker images and akhilerm/tag-push-action to release by retagging and pushing beta images instead of rebuilding them
    • Authenticate to GitHub API during docker build to avoid reaching limits
    • Remove apk go package install in images where possible to decrease image sizes, by @​echoix in #​2318
    • Create a slash PR bot to run ./build.sh command manually on PRs, by @​echoix in #​2353 and #​2381
    • Limit parallel execution of large job matrix in the workflows with max-parallel in order to keep runners available for other jobs, by @​echoix in #​2397
  • Linter versions upgrades

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.0

Compare Source

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.0

Compare Source

v6.13.0

Compare Source

v6.12.0

Compare Source

v6.11.1

Compare Source

  • Remove no-space-check from MegaLinter default .pylintrc file (#​1923)

v6.11.0

Compare Source

v6.10.0

Compare Source

  • Add git-lfs in Docker image to handle large files in git repositories

  • MegaLinter Docker images size improvements

    • Remove NPM cache
    • Remove Cargo cache
    • Remove rustup when clippy isn't embedded in the image
    • Remove npm packages useless files
  • Linter versions upgrades


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner August 12, 2022 16:29
@chii-bot chii-bot bot added renovate/github-release renovate/github-action type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/github Changes made in the github directory labels Aug 12, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 4934f5a to d6a46ce Compare August 15, 2022 20:20
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.4.0 feat(github-action): update oxsecurity/megalinter action to v6.5.0 Aug 15, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 15, 2022

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.01s
❌ COPYPASTE jscpd yes 5 1.86s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 2.64s
✅ YAML prettier 1 0 0.57s
✅ YAML yamllint 1 0 0.27s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from d6a46ce to 27a31fd Compare August 21, 2022 21:17
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.5.0 feat(github-action): update oxsecurity/megalinter action to v6.6.0 Aug 21, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 27a31fd to 1cabc93 Compare August 28, 2022 10:22
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.6.0 feat(github-action): update oxsecurity/megalinter action to v6.7.0 Aug 28, 2022
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.7.0 feat(github-action): update oxsecurity/megalinter action to v6.7.1 Aug 28, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 1cabc93 to bd6b5c4 Compare August 28, 2022 20:19
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.7.1 feat(github-action): update oxsecurity/megalinter action to v6.8.0 Sep 4, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch 2 times, most recently from 074f95b to 97d264c Compare September 11, 2022 11:17
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.8.0 feat(github-action): update oxsecurity/megalinter action to v6.9.0 Sep 11, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 97d264c to 81b54eb Compare September 11, 2022 16:26
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.9.0 feat(github-action): update oxsecurity/megalinter action to v6.9.1 Sep 11, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 81b54eb to 0c273c3 Compare September 19, 2022 20:22
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.9.1 feat(github-action): update oxsecurity/megalinter action to v6.10.0 Sep 19, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 0c273c3 to ebef3a4 Compare October 2, 2022 10:23
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.10.0 feat(github-action): update oxsecurity/megalinter action to v6.11.0 Oct 2, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from ebef3a4 to 46478d7 Compare October 3, 2022 06:36
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.11.0 feat(github-action): update oxsecurity/megalinter action to v6.11.1 Oct 3, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 46478d7 to 7811db2 Compare October 16, 2022 20:23
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.11.1 feat(github-action): update oxsecurity/megalinter action to v6.12.0 Oct 16, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 7811db2 to 841347b Compare October 23, 2022 23:26
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.12.0 feat(github-action): update oxsecurity/megalinter action to v6.13.0 Oct 23, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 841347b to eda8320 Compare November 6, 2022 10:20
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.13.0 feat(github-action): update oxsecurity/megalinter action to v6.14.0 Nov 6, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from eda8320 to 92c2271 Compare November 23, 2022 22:16
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.14.0 feat(github-action): update oxsecurity/megalinter action to v6.15.0 Nov 23, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 92c2271 to ddb0908 Compare December 24, 2022 01:06
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.15.0 feat(github-action): update oxsecurity/megalinter action to v6.16.0 Dec 24, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from ddb0908 to 6d1ca4e Compare December 27, 2022 21:14
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.16.0 feat(github-action): update oxsecurity/megalinter action to v6.17.0 Dec 27, 2022
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 6d1ca4e to 3325ca0 Compare January 7, 2023 10:16
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.17.0 feat(github-action): update oxsecurity/megalinter action to v6.18.0 Jan 7, 2023
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 3325ca0 to 16bda3e Compare February 5, 2023 12:28
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.18.0 feat(github-action): update oxsecurity/megalinter action to v6.19.0 Feb 5, 2023
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 16bda3e to 5da9f74 Compare March 5, 2023 21:15
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.19.0 feat(github-action): update oxsecurity/megalinter action to v6.20.0 Mar 5, 2023
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 5da9f74 to 35ab698 Compare March 7, 2023 21:15
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.20.0 feat(github-action): update oxsecurity/megalinter action to v6.20.1 Mar 7, 2023
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 35ab698 to b458633 Compare March 26, 2023 17:13
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.20.1 feat(github-action): update oxsecurity/megalinter action to v6.21.0 Mar 26, 2023
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from b458633 to 99bd334 Compare April 1, 2023 15:14
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.21.0 feat(github-action): update oxsecurity/megalinter action to v6.22.0 Apr 1, 2023
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 99bd334 to 794ba8e Compare April 2, 2023 17:13
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.22.0 feat(github-action): update oxsecurity/megalinter action to v6.22.1 Apr 2, 2023
| datasource  | package               | from   | to      |
| ----------- | --------------------- | ------ | ------- |
| github-tags | oxsecurity/megalinter | v6.3.0 | v6.22.2 |
@chii-bot chii-bot bot force-pushed the renovate/oxsecurity-megalinter-6.x branch from 794ba8e to f3bd7c0 Compare April 3, 2023 19:12
@chii-bot chii-bot bot changed the title feat(github-action): update oxsecurity/megalinter action to v6.22.1 feat(github-action): update oxsecurity/megalinter action to v6.22.2 Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github Changes made in the github directory renovate/github-action renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants