Skip to content

Commit

Permalink
Update oxsecurity/megalinter action to v6.22.2 (#78)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oxsecurity/megalinter](https://togithub.com/oxsecurity/megalinter) |
action | patch | `v6.22.0` -> `v6.22.2` |

---

### Release Notes

<details>
<summary>oxsecurity/megalinter</summary>

###
[`v6.22.2`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v6222---2023-04-03)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v6.22.1...v6.22.2)

-   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
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 6.14.3 to
**6.14.4**
    -   [checkov](https://www.checkov.io/) from 2.3.145 to **2.3.149**
- [pylint](https://pylint.pycqa.org) from 2.17.1 to **2.17.2** on
2023-04-03
- [rubocop](https://rubocop.org/) from 1.48.1 to **1.49.0** on
2023-04-03

###
[`v6.22.1`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v6221---2023-04-02)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v6.22.0...v6.22.1)

-   Core
- Changed vars in AzureCommentReporter to reflects official Azure DevOps
naming convention + fallback to keep backward compatibility, see
[#&#8203;2509](https://togithub.com/oxsecurity/megalinter/issues/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
[#&#8203;2509](https://togithub.com/oxsecurity/megalinter/issues/2509)

-   Linter versions upgrades
    -   [checkov](https://www.checkov.io/) from 2.3.141 to **2.3.145**
    -   [phpstan](https://phpstan.org/) from 1.10.9 to **1.10.10**
- [rstfmt](https://togithub.com/dzhu/rstfmt) from 0.0.12 to **0.0.13**

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/quiltdata/nf-quilt).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzEuNCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 4, 2023
1 parent 1d86816 commit 9d67774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.github.io/flavors/
uses: oxsecurity/megalinter/flavors/[email protected].0
uses: oxsecurity/megalinter/flavors/[email protected].2
env:
# All available variables are described in documentation
# https://megalinter.github.io/configuration/
Expand Down

0 comments on commit 9d67774

Please sign in to comment.