Skip to content

Commit 0498621

Browse files
Change codeql and sonarqube workflow name
1 parent 29302d1 commit 0498621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
JAVA_VERSION: 16
1414

1515
jobs:
16-
analyze:
17-
name: Analyze
16+
codeql:
17+
name: CodeQL
1818
runs-on: ubuntu-latest
1919

2020
strategy:
@@ -66,7 +66,7 @@ jobs:
6666
uses: github/codeql-action/analyze@v1
6767

6868
sonar:
69-
name: Sonarqube
69+
name: SonarQube
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)