From 904d013710af4f43bfc9f9b2e8c4743b1701bd37 Mon Sep 17 00:00:00 2001 From: pthierry Date: Fri, 12 Jul 2024 13:03:21 +0200 Subject: [PATCH] workflow: adding codeQL checks --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b69a0e2..ecc7f15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,3 +27,11 @@ jobs: uses: outpost-os/pipeline-python/.github/workflows/lint.yml@v1 with: python-version: '3.10' + codeql: + needs: [ ut ] + permissions: + security-events: write + packages: read + actions: read + contents: read + uses: outpost-os/pipeline-python/.github/workflows/codeql.yml@v1