Skip to content

Commit

Permalink
build(deps): bump oxsecurity/megalinter from 7.7.0 to 7.8.0 (#115)
Browse files Browse the repository at this point in the history
* build(deps): bump oxsecurity/megalinter from 7.7.0 to 7.8.0

Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@7e042c7...688bc74)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: fix settings for json formatter

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ron <[email protected]>
  • Loading branch information
dependabot[bot] and rjaegers authored Jan 30, 2024
1 parent ab36400 commit 8496466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/linters/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"trailingComma": "none"
}
2 changes: 1 addition & 1 deletion .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: oxsecurity/megalinter/flavors/c_cpp@7e042c726c68415475b05a65a686c612120a1232 # v7.7.0
- uses: oxsecurity/megalinter/flavors/c_cpp@688bc7466d7ab4faa83d614c2e6f9acf42b674dc # v7.8.0
env:
APPLY_FIXES: all
VALIDATE_ALL_CODEBASE: true
Expand Down

0 comments on commit 8496466

Please sign in to comment.