Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# yamllint disable rule:line-length
- name: Install Build Wrapper
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@b9f37f9de00914b9db556335bd46019dbafed98d
# yamllint enable rule:line-length

# yamllint disable rule:line-length
Expand All @@ -74,7 +74,7 @@ jobs:

# yamllint disable rule:line-length
- name: Analyze with SonarQube / SonarCloud
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
uses: SonarSource/sonarqube-scan-action@b9f37f9de00914b9db556335bd46019dbafed98d
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
Expand Down