Skip to content

Commit fbee134

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)