Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 09e5967

Browse files
authored
Add files via upload
1 parent 167b504 commit 09e5967

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/sonar-pixeebot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Fix Sonar Issues with Pixeebot
2+
on:
3+
check_run:
4+
types: [completed]
5+
6+
permissions:
7+
id-token: write
8+
9+
jobs:
10+
share:
11+
name: Upload Sonar Results to Pixeebot
12+
runs-on: ubuntu-latest
13+
if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }}
14+
steps:
15+
- uses: pixee/upload-tool-results-action@v1
16+
with:
17+
tool: sonar
18+
sonar-token: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)