Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fe80aa

Browse files
committed
🔨 Update Loki
1 parentbb06dc9 commit6fe80aa

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎.github/workflows/hotfix.yaml‎

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@ jobs:
1616
test:
1717
uses:devxp-tech/.github/.github/workflows/test.yaml@main
1818

19-
quality-gate:
20-
uses:devxp-tech/.github/.github/workflows/sonarqube.yaml@main
21-
secrets:inherit
19+
quality-gate:
20+
runs-on:ubuntu-latest
21+
steps:
22+
-name:Build and analyze
23+
env:
24+
SONAR_TOKEN:${{ secrets.SONARQUBE_TOKEN }}
25+
SONAR_HOST_URL:${{ secrets.SONARQUBE_HOST }}
26+
run:mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=devxp-tech_template-java_AYv2pdAkrzkI6H_lpdqk -Dsonar.projectName='template-java'
27+
28+
# quality-gate:
29+
# uses: devxp-tech/.github/.github/workflows/sonarqube.yaml@main
30+
# secrets: inherit
2231

2332
code-scan:
2433
uses:devxp-tech/.github/.github/workflows/synk-golang.yaml@main
@@ -31,7 +40,7 @@ jobs:
3140
needs:
3241
-env
3342
-test
34-
#- quality-gate
43+
-quality-gate
3544
-code-scan
3645

3746
security-gateway:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp