From ebddb48a9b8e439a0c0d0496728d85600060facc Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Thu, 16 Jul 2026 11:10:16 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 62a5927c..4d3e4bba 100644 --- a/action.yml +++ b/action.yml @@ -95,7 +95,7 @@ inputs: required: false default: false problem-matcher: - description: 'Whether to register the Java problem matcher for compiler errors and warnings. Set to "false" to disable compiler annotations.' + description: 'Whether to register the Java problem matcher (compiler errors/warnings and uncaught exceptions). Set to "false" to disable annotations.' required: false default: true outputs: