Skip to content

Bump actions/setup-java from 5.3.0 to 5.4.0 #2302

Bump actions/setup-java from 5.3.0 to 5.4.0

Bump actions/setup-java from 5.3.0 to 5.4.0 #2302

Triggered via pull request June 29, 2026 01:03
Status Success
Total duration 2m 28s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Unit tests: src/main/java/build/buf/protovalidate/BytesRulesEvaluator.java#L70
[ImmutableEnumChecker] enums should be immutable: 'WellKnown' has field 'validSizes' of type 'java.util.List<java.lang.Integer>', 'List' is mutable
Unit tests: src/main/java/build/buf/protovalidate/BytesRulesEvaluator.java#L69
[ImmutableEnumChecker] enums should be immutable: 'WellKnown' has field 'emptySite' of type 'build.buf.protovalidate.RuleSite', the declaration of type 'build.buf.protovalidate.RuleSite' is not annotated with @com.google.errorprone.annotations.Immutable
Unit tests: src/main/java/build/buf/protovalidate/BytesRulesEvaluator.java#L68
[ImmutableEnumChecker] enums should be immutable: 'WellKnown' has field 'site' of type 'build.buf.protovalidate.RuleSite', the declaration of type 'build.buf.protovalidate.RuleSite' is not annotated with @com.google.errorprone.annotations.Immutable