diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-19 22:15:52 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-08-19 18:26:26 -0500 |
commit | 12218ab622291bf3067ae60af1b97d6847ca8b4f (patch) | |
tree | e9bce4bc646543e8829f78baa1bd1573d877a9b7 /.github/workflows/lint.yml | |
parent | Bump stefanzweifel/git-auto-commit-action in the github-actions group (diff) | |
download | locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.tar locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.tar.gz locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.tar.bz2 locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.tar.lz locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.tar.xz locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.tar.zst locusts-12218ab622291bf3067ae60af1b97d6847ca8b4f.zip |
Bump oxsecurity/megalinter from 7 to 8 in the github-actions group
Bumps the github-actions group with 1 update: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter).
Updates `oxsecurity/megalinter` from 7 to 8
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oxsecurity/megalinter/compare/v7...v8)
---
updated-dependencies:
- dependency-name: oxsecurity/megalinter
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c600f6d..c7a1589 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,7 +41,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter@v7 + uses: oxsecurity/megalinter@v8 env: # All available variables are described in documentation # https://megalinter.io/configuration/ |