Skip to content

Commit 5b638ca

Browse files
chore(main): release 6.5.1 (#5656)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5e4fe1 commit 5b638ca

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.5.0"
2+
".": "6.5.1"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [6.5.1](https://github.com/super-linter/super-linter/compare/v6.5.0...v6.5.1) (2024-05-24)
4+
5+
6+
### 🐛 Bugfixes
7+
8+
* fix a shadowing setting in .golangci.yml ([#5654](https://github.com/super-linter/super-linter/issues/5654)) ([03b4aa0](https://github.com/super-linter/super-linter/commit/03b4aa0798b7e1e4b45d918d1577ca56f634a855))
9+
10+
11+
### ⬆️ Dependency updates
12+
13+
* **docker:** bump dotnet/sdk ([#5662](https://github.com/super-linter/super-linter/issues/5662)) ([0f6e4fb](https://github.com/super-linter/super-linter/commit/0f6e4fbf0b1b893a7326911c5a0405ea60fe5068))
14+
* **npm:** bump react-intl from 6.6.6 to 6.6.8 in /dependencies ([#5665](https://github.com/super-linter/super-linter/issues/5665)) ([e3faa97](https://github.com/super-linter/super-linter/commit/e3faa97fecd9c4aeda996b8e023c14730e386835))
15+
* **python:** bump checkov from 3.2.91 to 3.2.98 in /dependencies/python ([#5669](https://github.com/super-linter/super-linter/issues/5669)) ([df39abd](https://github.com/super-linter/super-linter/commit/df39abd805dc2a02adf4ea3660ec54b8783fa1c2))
16+
* **python:** bump snakemake in /dependencies/python ([#5670](https://github.com/super-linter/super-linter/issues/5670)) ([457e0f5](https://github.com/super-linter/super-linter/commit/457e0f58c96006c15a91ba0775ad1ba0912641f5))
17+
18+
19+
### 🧰 Maintenance
20+
21+
* move local action test to a dedicated job ([#5629](https://github.com/super-linter/super-linter/issues/5629)) ([90f3fef](https://github.com/super-linter/super-linter/commit/90f3fef29d4e463c132fabc263ce4583bf1d0426))
22+
* update gitlab and azure docs ([#5677](https://github.com/super-linter/super-linter/issues/5677)) ([c5e4fe1](https://github.com/super-linter/super-linter/commit/c5e4fe14a1931d1aacb0c36a1d56e586e6744030))
23+
324
## [6.5.0](https://github.com/super-linter/super-linter/compare/v6.4.1...v6.5.0) (2024-05-15)
425

526

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To run super-linter as a GitHub Action, you do the following:
142142
fetch-depth: 0
143143

144144
- name: Super-linter
145-
uses: super-linter/super-linter@v6.5.0 # x-release-please-version
145+
uses: super-linter/super-linter@v6.5.1 # x-release-please-version
146146
env:
147147
# To report GitHub Actions status checks
148148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'Super-linter contributors'
44
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
55
runs:
66
using: 'docker'
7-
image: 'docker://ghcr.io/super-linter/super-linter:v6.5.0' # x-release-please-version
7+
image: 'docker://ghcr.io/super-linter/super-linter:v6.5.1' # x-release-please-version
88
branding:
99
icon: 'check-square'
1010
color: 'white'

slim/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'Super-linter contributors'
44
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
55
runs:
66
using: 'docker'
7-
image: 'docker://ghcr.io/super-linter/super-linter:slim-v6.5.0' # x-release-please-version
7+
image: 'docker://ghcr.io/super-linter/super-linter:slim-v6.5.1' # x-release-please-version
88
branding:
99
icon: 'check-square'
1010
color: 'white'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.0
1+
6.5.1

0 commit comments

Comments
 (0)