Skip to content

Commit

Permalink
Merge pull request #44 from siemens/test/github/codeql
Browse files Browse the repository at this point in the history
fix(codeql): fix codeql config
  • Loading branch information
GMishx authored Dec 23, 2024
2 parents 25638c2 + c089be3 commit f774fba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: © FOSSology contributors
# SPDX-License-Identifier: FSFAP

paths-ignore:
- '**/testdata/**'
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © FOSSology contributors
# SPDX-License-Identifier: FSFAP
#
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
Expand All @@ -19,9 +22,6 @@ on:
schedule:
- cron: '42 23 * * 1'

paths-ignore:
- '**/testdata'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
dependency-caching: true
config-file: ./.github/codeql/codeql-config.yml

- if: matrix.build-mode == 'manual'
shell: bash
Expand Down

0 comments on commit f774fba

Please sign in to comment.