repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396360a
)
build(ci): update sonar-scanner GH action
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 12:56:02 +0000
(14:56 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 12:56:02 +0000
(14:56 +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 72782830b1bf9394605ecc7a057315f32ed95e6b..112e3ac4ff57619c7bae99c4cf72843848c82229 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-57,7
+57,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.
8
+ 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 }}