.net analysis with GitHub Actions

Hi, we currently use Azure Pipelines for most of our builds, however, are looking at transitioning to GitHub Actions. At present, there doesn’t seem to be a GitHub action for .Net builds for Sonarcloud and that Pipelines is recommended.

Is there a normal course of action anyone uses for .Net framework / core build scans in GitHub actions, or any awareness of if an official action will be released to support this?

Hey there.

There is no specific action available, but that doesn’t mean you’re out of luck for using GitHub actions. There’s a tutorial in the UI when setting up a project to guide you.

Brilliant. Thanks (embarrassed that I missed that!).

1 Like

Any idea if the github project is going to be updated to reflect this?
SonarSource/sonarcloud-github-action: Integrate SonarCloud code analysis to GitHub Actions

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.