chore(main): release 6.1.1 (#5285)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-02-15 11:52:22 +01:00 committed by GitHub
parent 54514126f2
commit f5150a3ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "6.1.0"
".": "6.1.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [6.1.1](https://github.com/super-linter/super-linter/compare/v6.1.0...v6.1.1) (2024-02-15)
### 🧰 Maintenance
* configure git user and email ([#5284](https://github.com/super-linter/super-linter/issues/5284)) ([5451412](https://github.com/super-linter/super-linter/commit/54514126f23ac0044fcecb97ef7ee38085ad5a38)), closes [#5283](https://github.com/super-linter/super-linter/issues/5283)
## [6.1.0](https://github.com/super-linter/super-linter/compare/v6.0.0...v6.1.0) (2024-02-13)

View file

@ -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.1.0 # x-release-please-version
uses: super-linter/super-linter@v6.1.1 # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -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.1.0' # x-release-please-version
image: 'docker://ghcr.io/super-linter/super-linter:v6.1.1' # x-release-please-version
branding:
icon: 'check-square'
color: 'white'

View file

@ -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.1.0' # x-release-please-version
image: 'docker://ghcr.io/super-linter/super-linter:slim-v6.1.1' # x-release-please-version
branding:
icon: 'check-square'
color: 'white'

View file

@ -1 +1 @@
6.1.0
6.1.1