Skip to content
Open
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
codacy: codacy/base@12.2.0
codacy_plugins_test: codacy/plugins-test@2.1.0
codacy: codacy/base@13.0.3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The update to codacy/base@13.0.3 introduces breaking changes. The checkout_and_version job no longer supports the release_branch parameter (used on line 24). This will cause the CircleCI configuration to fail validation. Try running the following prompt in your coding agent: > Update the CircleCI configuration to be compatible with codacy/base@13.0.3. Remove the release_branch parameter from the codacy/checkout_and_version job call in the compile_test_deploy workflow, as it is no longer supported.

codacy_plugins_test: codacy/plugins-test@2.1.2

jobs:
unit_tests:
Expand Down