Skip to content

Commit

Permalink
chore(main): release 6.3.0 (#5314)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 6c1f40c commit e0fc164
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "6.2.0"
".": "6.3.0"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,43 @@
# Changelog

## [6.3.0](https://github.com/super-linter/super-linter/compare/v6.2.0...v6.3.0) (2024-02-28)


### 🚀 Features

* **bash-exec:** add option to ignore shell library files ([#5254](https://github.com/super-linter/super-linter/issues/5254)) ([95aabd4](https://github.com/super-linter/super-linter/commit/95aabd4cfad43f0760041a6840b2098a08117e7e))


### 🐛 Bugfixes

* don't immediately exit on errors ([#5336](https://github.com/super-linter/super-linter/issues/5336)) ([4a05d78](https://github.com/super-linter/super-linter/commit/4a05d78ed4b49bf1498547cac9beb5fa1dc496e7)), closes [#5335](https://github.com/super-linter/super-linter/issues/5335)
* fix log level variable assignment ([#5319](https://github.com/super-linter/super-linter/issues/5319)) ([52b082b](https://github.com/super-linter/super-linter/commit/52b082b1f63a5b83e3e4a833a903180b151061bd))
* simplify log infrastructure ([#5312](https://github.com/super-linter/super-linter/issues/5312)) ([0f91a56](https://github.com/super-linter/super-linter/commit/0f91a56f2180b245f2876612816410a5dc73bdf3))


### ⬆️ Dependency updates

* **docker:** bump alpine/terragrunt from 1.7.3 to 1.7.4 ([#5325](https://github.com/super-linter/super-linter/issues/5325)) ([a3046b3](https://github.com/super-linter/super-linter/commit/a3046b34e64efe25bfd02dbc729f52f0a3296f80))
* **docker:** bump hashicorp/terraform from 1.7.3 to 1.7.4 ([#5322](https://github.com/super-linter/super-linter/issues/5322)) ([495881b](https://github.com/super-linter/super-linter/commit/495881bd33d303738554c498c87eb021a5b36da9))
* **docker:** bump rhysd/actionlint from 1.6.26 to 1.6.27 ([#5324](https://github.com/super-linter/super-linter/issues/5324)) ([7a349ac](https://github.com/super-linter/super-linter/commit/7a349acb0d2a4ff20b48661e228ab2db1cf1a223))
* **docker:** bump scalameta/scalafmt from v3.7.17 to v3.8.0 ([#5323](https://github.com/super-linter/super-linter/issues/5323)) ([6c1f40c](https://github.com/super-linter/super-linter/commit/6c1f40c9031146346142102c3ecca4954671735e))
* **docker:** bump yoheimuta/protolint from 0.47.5 to 0.47.6 ([#5321](https://github.com/super-linter/super-linter/issues/5321)) ([413f827](https://github.com/super-linter/super-linter/commit/413f82782df5a21a533f93e8dbfee84bcdded39c))
* **java:** bump com.google.googlejavaformat:google-java-format ([#5333](https://github.com/super-linter/super-linter/issues/5333)) ([ed01d3b](https://github.com/super-linter/super-linter/commit/ed01d3b73251c5cc728433123e3dbbf12c0ed515))
* **npm:** bump @typescript-eslint/eslint-plugin in /dependencies ([#5332](https://github.com/super-linter/super-linter/issues/5332)) ([ddecff2](https://github.com/super-linter/super-linter/commit/ddecff21e4a9c317481491f1ea74f922efc208bf))
* **npm:** bump eslint from 8.56.0 to 8.57.0 in /dependencies ([#5330](https://github.com/super-linter/super-linter/issues/5330)) ([d74f8ad](https://github.com/super-linter/super-linter/commit/d74f8ad4e560ba32319048763aafa2e461334554))
* **npm:** bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /dependencies ([#5329](https://github.com/super-linter/super-linter/issues/5329)) ([8357165](https://github.com/super-linter/super-linter/commit/83571650547645738be0a466f2a22babd0ce6ca6))
* **npm:** bump renovate from 37.202.2 to 37.214.0 in /dependencies ([#5331](https://github.com/super-linter/super-linter/issues/5331)) ([1528923](https://github.com/super-linter/super-linter/commit/1528923692af6031c32a397a21ba8f8302a785f9))
* **python:** bump checkov from 3.2.22 to 3.2.26 in /dependencies/python ([#5327](https://github.com/super-linter/super-linter/issues/5327)) ([87bea22](https://github.com/super-linter/super-linter/commit/87bea22ef459674638798804ddfe76c377da6118))
* **python:** bump pylint from 3.0.3 to 3.1.0 in /dependencies/python ([#5326](https://github.com/super-linter/super-linter/issues/5326)) ([592a42c](https://github.com/super-linter/super-linter/commit/592a42cde9ed0d832f09c91817ea7c67b1deef3d))
* **python:** bump snakemake from 8.4.9 to 8.5.3 in /dependencies/python ([#5328](https://github.com/super-linter/super-linter/issues/5328)) ([b1dbf25](https://github.com/super-linter/super-linter/commit/b1dbf250f4bd50fc7fcd4b856e329e10988a1e7d))


### 🧰 Maintenance

* add docs updates to changelog ([4a05d78](https://github.com/super-linter/super-linter/commit/4a05d78ed4b49bf1498547cac9beb5fa1dc496e7))
* **docs:** fix README typo ([#5338](https://github.com/super-linter/super-linter/issues/5338)) ([b8ee158](https://github.com/super-linter/super-linter/commit/b8ee1589a9e9295344e972da3ced7dc89dd90783))
* suggest setting fetch-depth on ref errors ([#5316](https://github.com/super-linter/super-linter/issues/5316)) ([608bd50](https://github.com/super-linter/super-linter/commit/608bd502d89e2840c79cb5b7c22f52a1661871f4)), closes [#5315](https://github.com/super-linter/super-linter/issues/5315)

## [6.2.0](https://github.com/super-linter/super-linter/compare/v6.1.1...v6.2.0) (2024-02-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ To run super-linter as a GitHub Action, you do the following:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v6.2.0 # x-release-please-version
uses: super-linter/super-linter@v6.3.0 # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -4,7 +4,7 @@ author: 'Super-linter contributors'
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/super-linter/super-linter:v6.2.0' # x-release-please-version
image: 'docker://ghcr.io/super-linter/super-linter:v6.3.0' # x-release-please-version
branding:
icon: 'check-square'
color: 'white'
Expand Down
2 changes: 1 addition & 1 deletion slim/action.yml
Expand Up @@ -4,7 +4,7 @@ author: 'Super-linter contributors'
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/super-linter/super-linter:slim-v6.2.0' # x-release-please-version
image: 'docker://ghcr.io/super-linter/super-linter:slim-v6.3.0' # x-release-please-version
branding:
icon: 'check-square'
color: 'white'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
6.2.0
6.3.0

0 comments on commit e0fc164

Please sign in to comment.