diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-01 09:01:09 +0000 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-01-06 18:48:30 +0000 |
commit | df242320e566e6842f25121f10a110730b691636 (patch) | |
tree | 7ea69da383f47a0e8ff60b6079d2e986d40d26d2 | |
parent | 5afe9a300ab59d12e9dd763b7a753e962038c0bc (diff) | |
download | systemd-df242320e566e6842f25121f10a110730b691636.tar.gz |
build(deps): bump github/super-linter from 4.9.6 to 4.9.7
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.6 to 4.9.7.
- [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/01d3218744765b55c3b5ffbb27e50961e50c33c5...bb2d833b08b6c288608686672b93a8a4589cdc49)
---
updated-dependencies:
- dependency-name: github/super-linter
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 0e42573fff..fde577bdc4 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@01d3218744765b55c3b5ffbb27e50961e50c33c5 + uses: github/super-linter/slim@bb2d833b08b6c288608686672b93a8a4589cdc49 env: DEFAULT_BRANCH: main MULTI_STATUS: false |