Skip to content

Commit 3ff8822

Browse files
Analyze repo with SIGMA
1 parent dae58eb commit 3ff8822

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/synopsys-sigma-code-analysis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master ]
1111

1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest
1616

17-
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
21-
with:
22-
java-version: 1.8
23-
- name: Build with Maven
24-
run: mvn -B package --file pom.xml
17+
steps:
18+
- uses: actions/checkout@v2
19+
- name: Set up JDK 1.8
20+
uses: actions/setup-java@v1
21+
with:
22+
java-version: 1.8
23+
- name: Build with Maven
24+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)