chore: Update pnp-processors-core-common version to 0.173.2 in workflow files#372
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the pinned Detekt plugin dependency (com.retailsvc:pnp-processors-core-common) used by Kafka Streams linting in shared GitHub Actions workflows, bumping from 0.173.1 to 0.173.2.
Changes:
- Bumped
dependency:getartifact version to0.173.2in multiple workflows. - Updated Detekt
--pluginsjar path references to point at the0.173.2jar in the Maven local repository.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/pnp-processor-build-image.yml | Updates dependency:get and Detekt plugin jar path to 0.173.2. |
| .github/workflows/pnp-build-autopilot-processor.yml | Updates dependency:get and Detekt plugin jar path to 0.173.2. |
| .github/workflows/pnp-build-autopilot-processor-nested.yml | Updates dependency:get and Detekt plugin jar path variable to 0.173.2. |
| .github/workflows/kafka-streams-lint.yml | Updates dependency:get and Detekt plugin jar path to 0.173.2. |
| .github/workflows/detekt-verify.yml | Updates dependency:get and Detekt plugin jar path to 0.173.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --classpath "target/classes:$(cat cp.txt)" \ | ||
| --jvm-target 21 \ | ||
| --plugins ~/.m2/repository/com/retailsvc/pnp-processors-core-common/0.173.1/pnp-processors-core-common-0.173.1.jar \ | ||
| --plugins ~/.m2/repository/com/retailsvc/pnp-processors-core-common/0.173.2/pnp-processors-core-common-0.173.2.jar \ |
| --config detekt.yml \ | ||
| --classpath "target/classes:$(cat cp.txt)" \ | ||
| --plugins ~/.m2/repository/com/retailsvc/pnp-processors-core-common/0.173.1/pnp-processors-core-common-0.173.1.jar \ No newline at end of file | ||
| --plugins ~/.m2/repository/com/retailsvc/pnp-processors-core-common/0.173.2/pnp-processors-core-common-0.173.2.jar \ No newline at end of file |
AlexandraBurbulea
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.