usdot-fhwa-stol / actions

These actions are commonly used steps in STOL's GitHub workflows
0 stars 0 forks source link

Include Java installation in sonar scanner github actions. #25

Open paulbourelly999 opened 8 months ago

paulbourelly999 commented 8 months ago

Summary

Include Java installation in sonar scanner github actions. Since Java version installation is not included in current github action, updates to all repos are necessary for update sonar scanner java version. Ideally sonar scanner and all its dependencies would be included in this github action to avoid unnecessary inclusion in project specific CI and reduce duplicated CI steps

Reasoning for new functionality

Include Java installation in sonar scanner github actions. Since Java version installation is not included in current github action, updates to all repos are necessary for update sonar scanner java version. Ideally sonar scanner and all its dependencies would be included in this github action to avoid unnecessary inclusion in project specific CI and reduce duplicated CI steps