From 05856896db6ec3dec26982d41206d5911adf1061 Mon Sep 17 00:00:00 2001 From: rikard Date: Thu, 10 Apr 2025 07:23:42 +0200 Subject: [PATCH] feat: API-324: CodeQL gha added --- .github/workflows/codeql.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..91f60be --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,19 @@ +name: "CodeQL" + +on: + pull_request: + branches: + - main + push: + branches: + - main + paths-ignore: + - '**/README.md' + schedule: + - cron: "0 3 * * MON" + +jobs: + code-scan: + name: Code Scan + uses: entur/gha-security/.github/workflows/code-scan.yml@v2 + secrets: inherit \ No newline at end of file