mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-26 07:18:37 +01:00
Merge pull request #1433 from zabbix/dependabot/github_actions/SonarSource/sonarcloud-github-action-2.3.0
Bump SonarSource/sonarcloud-github-action from 2.1.1 to 2.3.0
This commit is contained in:
commit
30182d8800
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@ -57,8 +57,8 @@ jobs:
|
|||||||
- name: Analyze with SonarCloud
|
- name: Analyze with SonarCloud
|
||||||
|
|
||||||
# You can pin the exact commit or the version.
|
# You can pin the exact commit or the version.
|
||||||
# uses: SonarSource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9
|
# uses: SonarSource/sonarcloud-github-action@e44258b109568baa0df60ed515909fc6c72cba92
|
||||||
uses: SonarSource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # v2.1.1
|
uses: SonarSource/sonarcloud-github-action@e44258b109568baa0df60ed515909fc6c72cba92 # v2.3.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
|
||||||
|
Loading…
Reference in New Issue
Block a user