repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ededf85
)
build(ci): fix sonar-scanner version
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Apr 2023 17:49:40 +0000
(19:49 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Apr 2023 17:49:40 +0000
(19:49 +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 8747c5995c056decd8ed20f530859a6efd667f45..87b546f645bf62a312e43b3d5ee4ceef9b818dea 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
+ uses: sonarsource/sonarcloud-github-action@v1
.9.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}