Skip to content

Commit

Permalink
configure codeql check
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Aug 31, 2021
1 parent e68e879 commit 6d3b1b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 60 deletions.
17 changes: 17 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# Copyright (c) 2021 Contributors to the Eclipse Foundation
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0,
# or the Eclipse Distribution License v. 1.0 which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#

paths-ignore:
- '**/src/test/**'
- '**/src/it/**'
- '**/generated-sources/org/eclipse/persistence/**'
- '**/generated-sources-mr/org/eclipse/persistence/**'
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
# schedule:
# - cron: '0 22 * * 1'
schedule:
- cron: '0 22 * * 1'

jobs:
analyze:
Expand All @@ -49,6 +49,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/maven30.yml

This file was deleted.

0 comments on commit 6d3b1b1

Please sign in to comment.