Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions docs/release-notes/cloud/cloud-2025-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
rss_title: Codacy release notes RSS feed
rss_href: /feed_rss_created.xml
description: Release notes for Codacy Cloud June 2025.
included_jira_versions: ['2025.6']
codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.8.0-featureapirewireala1568.1.sha.9f54e7b

Check failure on line 6 in docs/release-notes/cloud/cloud-2025-06.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'GitHub' instead of 'github'. Raw Output: {"message": "[Vale.Terms] Use 'GitHub' instead of 'github'.", "location": {"path": "docs/release-notes/cloud/cloud-2025-06.md", "range": {"start": {"line": 6, "column": 35}}}, "severity": "ERROR"}

Check failure on line 6 in docs/release-notes/cloud/cloud-2025-06.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Codacy' instead of 'codacy'. Raw Output: {"message": "[Vale.Terms] Use 'Codacy' instead of 'codacy'.", "location": {"path": "docs/release-notes/cloud/cloud-2025-06.md", "range": {"start": {"line": 6, "column": 1}}}, "severity": "ERROR"}
codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.11.1
---

# Cloud June 2025

These release notes are for the Codacy Cloud updates during June 2025.

📢 [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!

## Product enhancements and Bug fixes
- 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)
- Fixed the query responsible for retrieving GitHub segments in the Codacy UI and improved the related database workflow. (LK-1442)


## Tool versions


- **checkov** has a new version: **3.2.442** ( updated from 3.2.362 )
- **aligncheck**: 1.0.0
- **ameba**: 1.6.4
- **bandit**: 1.8.3
- **brakeman**: 4.3.1
- **bundler-audit**: 0.9. 1
- **checkov**: 3.2.362
- **checkstyle**: 10.21.4
- **clang-tidy**: 10.0.1
- **codenarc**: 3.6.0
- **codesniffer**: 3.10.1
- **coffeelint**: 5.2.11
- **cppcheck**: 2.17.1
- **credo**: 1.7.11
- **csslint**: 1.0.5
- **dartanalyzer**: 3.7.2
- **deadcode**: 1.0.0
- **detekt**: 1.23.8
- **eslint v9**: 9.26.0
- **eslint v8**: 8.57.0
- **eslint v7**: 7.32.0
- **faux-pas**: 1.7.2
- **flawfinder**: 2.0.19
- **gorevive**: 1.7.0
- **gosec**: 2.15.0
- **hadolint**: 2.12.0
- **jackson-linter**: 2.15.2
- **jshint**: 2.13.6
- **lizard**: 1.17.19
- **markdownlint**: 0.33.0
- **php mess detector**: 2.14.1
- **pmd v6**: 6.55.0
- **pmd v7**: 7.11.0
- **prospector**: 1.15.3
- **psscriptanalyzer**: 1.24.0
- **pylint v1**: 1.9.5
- **pylint v3**: 3.3.7
- **remark-lint**: 9.1.2
- **roslyn**: 1.22.0
- **rubocop**: 1.75.1
- **ruff**: 0.11.2
- **scalameta-pro**: 1.4.4
- **scalastyle**: 1.5.1
- **semgrep**: 1.78.0
- **shellcheck**: 0.10.0
- **sonar-csharp**: 9.32
- **sonar-visual-basic**: 8.13
- **spectral**: 1.21.4
- **spotbugs**: 4.8.4
- **sqlint**: 0.2.1
- **staticcheck**: 2025.1.1
- **stylelint**: 16.17.0
- **swiftlint**: 0.58.2
- **tailor**: 0.12.0
- **trivy**: 0.59.1
- **tslint**: 6.1.3
- **tsqllint**: 1.16.0
1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
2025


- [Cloud June 2025](cloud/cloud-2025-06.md)
- [Adding SQLFluff and Reek as new supported tools June, 2025](cloud/cloud-2025-06-adding-sqlfluff-reek.md)
- [Cloud May 2025](cloud/cloud-2025-05.md)
- [Cloud April 2025](cloud/cloud-2025-04.md)
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ nav:
- release-notes/index.md
- Cloud:
- 2025:
- release-notes/cloud/cloud-2025-06.md
- release-notes/cloud/cloud-2025-06-adding-sqlfluff-reek.md
- release-notes/cloud/cloud-2025-05.md
- release-notes/cloud/cloud-2025-04.md
Expand Down
Loading