Skip to content

Releases: SonarSource/sonarcloud-github-action

Update scanner base image to sonar-scanner-cli:4.7

03 Oct 12:13
156db6f
Compare
Choose a tag to compare
  • Update scanner base image to sonar-scanner-cli:4.7
  • Perform Maven/Gradle check in the projectBaseDir

Update scanner base image to sonar-scanner-cli:4.6

13 Apr 07:31
Compare
Choose a tag to compare

Update scanner base image to sonar-scanner-cli:4.5

13 Jan 08:01
32ea611
Compare
Choose a tag to compare

Add the "args" option

01 Sep 09:10
f4c6e4d
Compare
Choose a tag to compare
v1.4

Add args option to action (#9)

Speed-up initialization of action

02 Jun 09:23
Compare
Choose a tag to compare
by using the built image of scanner CLI

Support triggering from GitHub event "pull_request"

04 May 15:51
6b0def6
Compare
Choose a tag to compare

Upgrading to version 1.2 requires to add the trigger on pull_request in order to analyze pull requests, for example:

on:
  # Trigger analysis when pushing in master or pull requests, and when creating
  # a pull request. 
  push:
    branches:
      - master
  pull_request:
      types: [opened, synchronize, reopened]

Compatibility with Actions v2

14 Aug 15:46
b1cb008
Compare
Choose a tag to compare
  • action.yml file added
  • code snippet updated in the README file to provide JSON format

Initial release

10 Jun 12:08
2121a86
Compare
Choose a tag to compare
v1.0

Fix typos in README