From e6124006609c06a991f63339f9543d776b05db58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:57:27 +0000 Subject: [PATCH] Bump github/super-linter from 6 to 7 (#25) * Bump github/super-linter from 6 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/super-linter/compare/v6...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis N. Antonioli <1205618+denisa@users.noreply.github.com> --- .github/workflows/linter.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index cff935d..d286980 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -22,6 +22,6 @@ jobs: with: fetch-depth: 0 - run: cat .github/super-linter.env >> "$GITHUB_ENV" - - uses: github/super-linter@v6 + - uses: github/super-linter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a9dde..60172cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ Categories, defined in [changemap.json](.github/clq/changemap.json)): - `Fixed` for any bugfixes. - `Security` in case of vulnerabilities. +## [1.0.9] - 2024-09-04 + +### Fixed + +- Bump `super-linter/super-linter` from 6 to 7 (continued) + ## [1.0.8] - 2024-08-20 ### Fixed