mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
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:
parent
54514126f2
commit
f5150a3ce8
6 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "6.1.0"
|
||||
".": "6.1.1"
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1 +1 @@
|
|||
6.1.0
|
||||
6.1.1
|
||||
|
|
Loading…
Reference in a new issue