That looks like shadow acne. There have been quite a few users that bring up the same issue lately:
I wonder if there was an update to the default shadow rendering pipeline that caused this issue to become more common recently? Anyway, try fiddling with the Shadow.bias
property. A small value like
light.shadow.bias = -0.005;
should do the trick.