repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfa6aa7
)
build(ci): downgrade sonar-scanner version to the latest working one
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Apr 2023 17:52:48 +0000
(19:52 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Apr 2023 17:52:48 +0000
(19:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 87b546f645bf62a312e43b3d5ee4ceef9b818dea..7854d04d9fc84dafbf2d5b60b46646fe69534184 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-54,7
+54,7
@@
jobs:
- name: Sonar Code Analysis
if: "github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x'"
- uses: sonarsource/sonarcloud-github-action@v1.
9.1
+ uses: sonarsource/sonarcloud-github-action@v1.
8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}