Skip to content

Commit

Permalink
👷 Create codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe authored Nov 28, 2024
1 parent f7cd1f0 commit a971528
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Workflow for advanced CodeQL setup used for scanning Java/JavaScript/TypeScript/Vue/Python based source files
name: "CodeQL Advanced"

on:
# Runs on pull requests and on pushes to main (in order to keep the regular scanning by GitHub working)
pull_request:
push:
branches: [main]

jobs:
codeql:
uses: it-at-m/.github/.github/workflows/codeql.yml@main
with:
analyze-java: true
# java-buildmode: "autobuild" # e.g. none, autobuild (default), manual
# java-version: "21" # default is java 21, only required when using autobuild and analyze-java trues
java-build-paths: "['./oai-pmh-schema', './oai-pmh-spring-boot-starter']" # define multiple build paths if using multiple java projects, only required when using java-buildmode 'autobuild'
analyze-javascript-typescript-vue: false
analyze-python: false
# analysis-query: "security-and-quality" # e.g. default, security-extended, security-and-quality (default)

0 comments on commit a971528

Please sign in to comment.