Skip to content

Commit aeb14fd

Browse files
Merge pull request #301 from Spring-Framework-Java-Apps/branch-2.3-MVC
Branch 2.3 mvc
2 parents 57ab9cb + d884960 commit aeb14fd

File tree

13 files changed

+182
-365
lines changed

13 files changed

+182
-365
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
# and modify them (or add more) to build your code if your project
6464
# uses a compiled language
6565

66-
#- run: |
67-
# make bootstrap
66+
- run: |
67+
./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
6868
# make release
6969

7070
- name: Perform CodeQL Analysis

.github/workflows/fortify-analysis.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/label.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This workflow will triage pull requests and apply a label based on the
2+
# paths that are modified in the pull request.
3+
#
4+
# To use this workflow, you will need to set up a .github/labeler.yml
5+
# file with configuration. For more information, see:
6+
# https://github.com/actions/labeler
7+
8+
name: Labeler
9+
on: [pull_request]
10+
11+
jobs:
12+
label:
13+
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: actions/labeler@v2
18+
with:
19+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/stale.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Mark stale issues and pull requests
2+
3+
on:
4+
schedule:
5+
- cron: "30 1 * * *"
6+
7+
jobs:
8+
stale:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/stale@v1
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
stale-issue-message: 'Stale issue message'
17+
stale-pr-message: 'Stale pull request message'
18+
stale-issue-label: 'no-issue-activity'
19+
stale-pr-label: 'no-pr-activity'

.github/workflows/veracode-analysis.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/xanitizer-analysis.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.idea/dataSources/43094037-8b1c-436a-99d9-271021845b9f/storage_v2/_src_/database/postgres.edMnLQ/schema/information_schema.FNRwLQ.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources/43094037-8b1c-436a-99d9-271021845b9f/storage_v2/_src_/database/postgres.edMnLQ/schema/pg_catalog.0S1ZNQ.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)