Skip to content

Commit 760eff5

Browse files
committed
* fixed #298 try out java15
1 parent 451f598 commit 760eff5

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Codacy Security Scan
1010

1111
on:
1212
push:
13-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
13+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1414
pull_request:
15-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
15+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1616

1717
jobs:
1818
codacy-security-scan:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
10+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
13+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1414
schedule:
1515
- cron: '0 19 * * 2'
1616

.github/workflows/fortify-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ name: Fortify on Demand Scan
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
20+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
2121
pull_request:
2222
# The branches below must be a subset of the branches above
23-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
23+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
2424

2525
jobs:
2626
FoD-SAST-Scan:

.github/workflows/maven.yml

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

66
on:
77
push:
8-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
8+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
99
pull_request:
10-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
10+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1111

1212
jobs:
1313
build:

.github/workflows/ossar-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: OSSAR
55

66
on:
77
push:
8-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
8+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
99
pull_request:
10-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
10+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1111

1212
jobs:
1313
OSSAR-Scan:

.github/workflows/veracode-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: Veracode Static Analysis Pipeline Scan
66
# events but only for the master branch
77
on:
88
push:
9-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
9+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1010
pull_request:
11-
branches: [ 'master', 'heroku-deployment', 'branch-2.3.27-SNAPSHOT' ]
11+
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:

0 commit comments

Comments
 (0)