Skip to content

Commit 38cc490

Browse files
authored
update namespaces of different steps of build job
1 parent 911cfd6 commit 38cc490

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/maven-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939

4040
steps:
4141

42-
- uses: actions/checkout@v2
42+
- name: Checkout Code
43+
uses: actions/checkout@v2
4344
with:
4445
# Disabling shallow clone for improving relevancy of SonarQube reporting
4546
fetch-depth: 0
@@ -56,7 +57,8 @@ jobs:
5657
key: ${{ runner.os }}-sonar
5758
restore-keys: ${{ runner.os }}-sonar
5859

59-
- uses: actions/cache@v2
60+
- name: Cache Maven dependencies
61+
uses: actions/cache@v2
6062
with:
6163
path: ~/.m2/repository
6264
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)