Skip to content

Commit 2cbc230

Browse files
Release Notes July 2025
1 parent 90dafaa commit 2cbc230

File tree

3 files changed

+83
-0
lines changed

3 files changed

+83
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
description: Release notes for Codacy Cloud July 2025.
5+
included_jira_versions: ['2025.7']
6+
codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.11.1
7+
codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.13.37
8+
---
9+
10+
# Cloud July 2025
11+
12+
These release notes are for the Codacy Cloud updates during July 2025.
13+
14+
📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and <span class="skip-vale">let us know</span> your feedback on both new and planned product updates!
15+
16+
## Product enhancements and Bug fixes
17+
- Resolved an issue where an incorrect error banner appeared for GitHub repository integrations: "We can't analyze your pull requests because the GitHub integration is disabled. Please remove the repository from Codacy and add the repository again." This message is no longer shown erroneously. (TCE-1290)
18+
- Fixed the query responsible for retrieving GitHub segments in the Codacy UI and improved the related database workflow. (LK-1442)
19+
20+
21+
## Tool versions
22+
23+
24+
- **checkov** has a new version: **3.2.457** ( updated from 3.2.442 )
25+
- **checkstyle** has a new version: **10.26.1** ( updated from 10.21.4 )
26+
- **credo** has a new version: **1.7.12** ( updated from 1.7.11 )
27+
- **eslint v9** has a new version: **9.32.0** ( updated from 9.26.0 )
28+
- **revive** has a new version: **1.11.0** ( updated from 1.7.0 )
29+
- **gosec** has a new version: **2.22.7** ( updated from 2.15.0 )
30+
- **pmd** has a new version: **7.16.0** ( updated from 7.11.0 )
31+
- **prospector** has a new version: **1.17.2** ( updated from 1.15.3 )
32+
- **roslyn** has a new version: **1.23.0** ( updated from 1.22.0 )
33+
- **rubocop** has a new version: **1.79.0** ( updated from 1.75.1 )
34+
- **ruff** has a new version: **0.12.5** ( updated from 0.11.2 )
35+
- **spectral** has a new version: **1.22.0** ( updated from 1.21.4 )
36+
- **stylelint** has a new version: **16.23.0** ( updated from 16.17.0 )
37+
- **swiftlint** has a new version: **0.59.1** ( updated from 0.58.2 )
38+
- **aligncheck**: **1.0.0**
39+
- **ameba**: **1.6.4**
40+
- **bandit**: **1.8.3**
41+
- **brakeman**: **4.3.1**
42+
- **bundler-audit**: **0.9.1**
43+
- **clang-tidy**: **10.0.1**
44+
- **codenarc**: **3.6.0**
45+
- **codesniffer**: **3.10.1**
46+
- **coffeelint**: **5.2.11**
47+
- **cppcheck**: **2.17.1**
48+
- **csslint**: **1.0.5**
49+
- **dartanalyzer**: **3.7.2**
50+
- **deadcode**: **1.0.0**
51+
- **detekt**: **1.23.8**
52+
- **eslint v8**: **8.57.0**
53+
- **eslint v7**: **7.32.0**
54+
- **faux-pas**: **1.7.2**
55+
- **flawfinder**: **2.0.19**
56+
- **hadolint**: **2.12.0**
57+
- **jackson-linter**: **2.15.2**
58+
- **jshint**: **2.13.6**
59+
- **lizard**: **1.17.19**
60+
- **markdownlint**: **0.33.0**
61+
- **php mess detector**: **2.14.1**
62+
- **pmd v6**: **6.55.0**
63+
- **psscriptanalyzer**: **1.24.0**
64+
- **pylint v1**: **1.9.5**
65+
- **pylint v3**: **3.3.7**
66+
- **reek**: **6.5.0**
67+
- **remark-lint**: **9.1.2**
68+
- **scalameta-pro**: **1.4.4**
69+
- **scalastyle**: **1.5.1**
70+
- **semgrep**: **1.78.0**
71+
- **shellcheck**: **0.10.0**
72+
- **sonar-csharp**: **9.32**
73+
- **sonar-visual-basic**: **8.13**
74+
- **spotbugs**: **4.8.4**
75+
- **sqlfluff**: **3.4.1**
76+
- **sqlint**: **0.2.1**
77+
- **staticcheck**: **2025.1.1**
78+
- **tailor**: **0.12.0**
79+
- **trivy**: **0.59.1**
80+
- **tslint**: **6.1.3**
81+
- **tsqllint**: **1.16.0**

docs/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
1919
2025
2020

2121

22+
- [Cloud July 2025](cloud/cloud-2025-07.md)
2223
- [Cloud June 2025](cloud/cloud-2025-06.md)
2324
- [Adding SQLFluff and Reek as new supported tools June, 2025](cloud/cloud-2025-06-adding-sqlfluff-reek.md)
2425
- [Cloud May 2025](cloud/cloud-2025-05.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ nav:
680680
- release-notes/index.md
681681
- Cloud:
682682
- 2025:
683+
- release-notes/cloud/cloud-2025-07.md
683684
- release-notes/cloud/cloud-2025-06.md
684685
- release-notes/cloud/cloud-2025-06-adding-sqlfluff-reek.md
685686
- release-notes/cloud/cloud-2025-05.md

0 commit comments

Comments
 (0)