Merge branch 'main' into dependabot/github_actions/actions/checkout-7

This commit is contained in:
Bruno Borges
2026-06-22 16:43:42 -04:00
committed by GitHub
6 changed files with 640 additions and 236 deletions
+13 -1
View File
@@ -9,6 +9,18 @@
"message": 3
}
]
},
{
"owner": "javac",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
]
}
}