Skip to content

Commit 74a5fda

Browse files
chore: Update linter versions
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc21f7f commit 74a5fda

File tree

31 files changed

+50
-50
lines changed

31 files changed

+50
-50
lines changed

qlty-plugins/plugins/linters/actionlint/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ strip_components = 0
99
releases = ["actionlint"]
1010
config_files = [".github/actionlint.yaml", ".github/actionlint.yml"]
1111
file_types = ["github-workflow"]
12-
latest_version = "1.7.9"
13-
known_good_version = "1.7.9"
12+
latest_version = "1.7.10"
13+
known_good_version = "1.7.10"
1414
version_command = "actionlint --version"
1515
issue_url_format = "https://github.com/rhysd/actionlint/blob/main/docs/checks.md"
1616
description = "Static checker for GitHub Actions workflow files"

qlty-plugins/plugins/linters/ast-grep/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ strip_components = 0
99
releases = ["ast-grep"]
1010
file_types = ["ALL"]
1111
version_command = "ast-grep --version"
12-
latest_version = "0.40.0"
13-
known_good_version = "0.40.0"
12+
latest_version = "0.40.5"
13+
known_good_version = "0.40.5"
1414
config_files = ["sgconfig.yml"]
1515
description = "CLI tool for code structural search, lint and rewriting"
1616

qlty-plugins/plugins/linters/bandit/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "python"
55
package = "bandit"
66
file_types = ["python"]
7-
latest_version = "1.9.2"
8-
known_good_version = "1.9.2"
7+
latest_version = "1.9.3"
8+
known_good_version = "1.9.3"
99
version_command = "bandit --version"
1010
config_files = [".bandit"]
1111
description = "Tool designed to find common security issues in Python"

qlty-plugins/plugins/linters/biome/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package = "@biomejs/biome"
66
file_types = ["typescript", "javascript", "jsx", "tsx", "json", "css"]
77
config_files = ["biome.json", "biome.jsonc"]
88
affects_cache = ["package.json", ".editorconfig"]
9-
latest_version = "2.3.7"
9+
latest_version = "2.3.11"
1010
known_good_version = "1.9.4"
1111
version_command = "biome --version"
1212
description = "A static analyzer for web projects"

qlty-plugins/plugins/linters/black/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ runtime = "python"
55
package = "black"
66
file_types = ["python"]
77
affects_cache = ["pyproject.toml"]
8-
latest_version = "25.11.0"
9-
known_good_version = "25.11.0"
8+
latest_version = "26.1.0"
9+
known_good_version = "26.1.0"
1010
version_command = "black --version"
1111
description = "Python formatter"
1212

qlty-plugins/plugins/linters/brakeman/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config_version = "0"
44
runtime = "ruby"
55
package = "brakeman"
66
file_types = ["ruby", "gemfile_lock"]
7-
latest_version = "7.1.1"
7+
latest_version = "7.1.2"
88
known_good_version = "6.2.2"
99
version_command = "brakeman --version"
1010
config_files = ["brakeman.ignore"]

qlty-plugins/plugins/linters/checkov/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "python"
55
package = "checkov"
66
file_types = ["docker", "terraform", "yaml", "json"]
7-
latest_version = "3.2.495"
8-
known_good_version = "3.2.495"
7+
latest_version = "3.2.497"
8+
known_good_version = "3.2.497"
99
version_command = "checkov --version"
1010
config_files = [".checkov.yml", ".checkov.yaml"]
1111
description = "Static code analysis tool for infrastructure as code (IaC) and also a software composition analysis (SCA) tool for images and open source packages"

qlty-plugins/plugins/linters/checkstyle/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config_version = "0"
44
runnable_archive_url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"
55
runtime = "java"
66
file_types = ["java"]
7-
latest_version = "12.1.2"
7+
latest_version = "13.0.0"
88
known_good_version = "11.0.1"
99
version_command = "java -jar ${linter}/checkstyle --version"
1010
description = "Java Code Quality Tool"

qlty-plugins/plugins/linters/eslint/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runtime = "node"
55
package = "eslint"
66
file_types = ["javascript", "typescript", "jsx", "tsx"]
77
affects_cache = [".eslintignore", "package.json", "tsconfig.json"]
8-
latest_version = "9.39.1"
8+
latest_version = "9.39.2"
99
known_good_version = "9.7.0"
1010
version_command = "eslint --version"
1111
description = "Javascript and ECMAScript linter"

qlty-plugins/plugins/linters/gitleaks/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ strip_components = 0
88
[plugins.definitions.gitleaks]
99
releases = ["gitleaks"]
1010
file_types = ["ALL"]
11-
latest_version = "8.29.1"
12-
known_good_version = "8.29.1"
11+
latest_version = "8.30.0"
12+
known_good_version = "8.30.0"
1313
version_command = "gitleaks version"
1414
config_files = [".gitleaks.toml", ".gitleaks.config"]
1515
description = "SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos"

0 commit comments

Comments
 (0)