diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-01 11:04:17 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-04-01 23:37:14 +0200 |
commit | 5f82d58bb0ddfb33bc580f6d6fc81a7c1aebebcb (patch) | |
tree | eeafbe1f38751fadb7fb3bd53a4686d88c6da1be | |
parent | veritysetup: fix memory corruption (diff) | |
download | systemd-5f82d58bb0ddfb33bc580f6d6fc81a7c1aebebcb.tar.xz systemd-5f82d58bb0ddfb33bc580f6d6fc81a7c1aebebcb.zip |
build(deps): bump github/super-linter from 4.8.5 to 4.9.1
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.5 to 4.9.1.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/github/super-linter/compare/b8641364ca9a79b3cf07f3c4c59a82709cd39094...3792fe5373cf2f5b22d590fcbbc4533d735c573e)
---
updated-dependencies:
- dependency-name: github/super-linter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bb4d2434f2..f06e012c5f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@b8641364ca9a79b3cf07f3c4c59a82709cd39094 + uses: github/super-linter/slim@3792fe5373cf2f5b22d590fcbbc4533d735c573e env: DEFAULT_BRANCH: main MULTI_STATUS: false |