The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/fix/sbom-uuid-collision-gradle-9 has failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
462b2f8d45de729f345086de8ccc4115e0831665 / James Fredley 
<[email protected]>
fix(sbom): address Copilot review feedback

Pure cleanup of the prior commit on this branch:

- Comment now says `clearing it` instead of `removing it` to match the
  actual behavior of `bom['serialNumber'] = ''` (the key is blanked, not
  deleted from the map).
- Renamed local `withOutSerial` to `withoutSerial` (proper camelCase).
- Use `StandardCharsets.UTF_8` directly instead of
  `StandardCharsets.UTF_8.name()` so Java picks the `Charset` overload of
  `String.getBytes` and skips the runtime charset name lookup.

Re-verified locally on Gradle 9.4.1 against the same six modules: every
serialNumber is byte-identical to the prior commit, confirming the
behavior is unchanged.

Assisted-by: claude-code:claude-opus-4

Report URL: https://github.com/apache/grails-core/actions/runs/25192652018

With regards,
GitHub Actions via GitBox

Reply via email to