Skip to content

Commit 1064b8b

Browse files
committed
add wiz scan to the pipeline (SWG-14342)
1 parent 1abe40f commit 1064b8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven-master-pulls.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
java: [ 11 ]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Java
1818
uses: actions/setup-java@v1
1919
with:
2020
java-version: ${{ matrix.java }}
2121
- name: Cache local Maven repository
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -36,13 +36,13 @@ jobs:
3636
java: [ 8 ]
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: Set up Java
4141
uses: actions/setup-java@v1
4242
with:
4343
java-version: ${{ matrix.java }}
4444
- name: Cache local Maven repository
45-
uses: actions/cache@v2
45+
uses: actions/cache@v3
4646
with:
4747
path: ~/.m2/repository
4848
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)