Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Releases: SonarSource/sonarcloud-github-action

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

03 Aug 13:58
4b4d763

Choose a tag to compare

v2.0.0

Update scanner cli version to 5.0 (#51)

Update versions of the actions

20 Apr 09:40
5875562

Choose a tag to compare

Update versions of the actions which run on Node16

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

03 Mar 07:57
db50107

Choose a tag to compare

  • Update scanner base image to sonar-scanner-cli:4.8

Update README to mention SonarCloud Scan for C and C++

21 Nov 14:42
cb201f3

Choose a tag to compare

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

03 Oct 12:13
156db6f

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

Choose a tag to compare

v1.6

Upgrade to sonar-scanner-cli:4.6

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

13 Jan 08:01
32ea611

Choose a tag to compare

Add the "args" option

01 Sep 09:10
f4c6e4d

Choose a tag to compare

v1.4

Add args option to action (#9)

Speed-up initialization of action

02 Jun 09:23

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

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]