Skip to content

Commit fb7f591

Browse files
committed
work
1 parent 3d50990 commit fb7f591

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 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', 'simpleworklist-jsf-spring' ]
10+
branches: [ 'master' ]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
13+
branches: [ 'master' ]
1414
schedule:
1515
- cron: '0 19 * * 2'
1616

@@ -53,8 +53,8 @@ jobs:
5353

5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)
56-
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v1
56+
#- name: Autobuild
57+
# uses: github/codeql-action/autobuild@v1
5858

5959
# ℹ️ Command-line programs to run using the OS shell.
6060
# 📚 https://git.io/JvXDl

.github/workflows/maven.yml

Lines changed: 3 additions & 3 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', 'simpleworklist-jsf-spring' ]
8+
branches: [ 'master' ]
99
pull_request:
10-
branches: [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
10+
branches: [ 'master' ]
1111

1212
jobs:
1313
build:
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
java-version: 15
2323
- name: Build with Maven
24-
run: ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage site --file pom.xml
24+
run: ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage --file pom.xml

.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', 'simpleworklist-jsf-spring' ]
8+
branches: [ 'master' ]
99
pull_request:
10-
branches: [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
10+
branches: [ 'master' ]
1111

1212
jobs:
1313
OSSAR-Scan:

0 commit comments

Comments
 (0)