Skip to content

Conversation

@tcheeric
Copy link
Owner

  • Modify the publish workflow to trigger on release events and workflow dispatch.
  • Enhance checkout steps to handle release tags and default branch appropriately.
  • Add GPG key import step for artifact signing.

Why now?

Related issue: #____

What changed?

BREAKING

Review focus

Checklist

  • Scope ≤ 300 lines (or split/stack)
  • Title is verb + object (e.g., “Refactor auth middleware to async”)
  • Description links the issue and answers “why now?”
  • BREAKING flagged if needed
  • Tests/docs updated (if relevant)

- Modify the publish workflow to trigger on release events and
  workflow dispatch.
- Enhance checkout steps to handle release tags and default branch
  appropriately.
- Add GPG key import step for artifact signing.
@tcheeric tcheeric merged commit c06f6f4 into develop Aug 31, 2025
3 checks passed
@tcheeric tcheeric deleted the publish_action branch August 31, 2025 16:13
@github-actions
Copy link

Qodana Community for JVM

166 new problems were found

Inspection name Severity Problems
Unchecked warning 🔶 Warning 61
Link specified as plain text 🔶 Warning 24
Javadoc declaration problems 🔶 Warning 22
Dangling Javadoc comment 🔶 Warning 20
Redundant local variable 🔶 Warning 11
Field may be 'final' 🔶 Warning 3
Redundant type cast 🔶 Warning 3
Deprecated API usage 🔶 Warning 2
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 2
AutoCloseable used without 'try'-with-resources 🔶 Warning 1
Caught exception is immediately rethrown 🔶 Warning 1
Default annotation parameter value 🔶 Warning 1
Deprecated member is still used 🔶 Warning 1
Lombok @Getter may be used 🔶 Warning 1
@NotNull/@Nullable problems 🔶 Warning 1
Redundant type arguments 🔶 Warning 1
Redundant character escape 🔶 Warning 1
Suspicious variable/parameter name combination 🔶 Warning 1
Type parameter hides visible type 🔶 Warning 1
Commented out code ◽️ Notice 5
Multiple occurrences of the same expression ◽️ Notice 2
@NotNull/@Nullable problems ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants