Skip to content

Commit

Permalink
workflow: adding codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 12, 2024
1 parent 22fa5a2 commit f9a14b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
ut:
Expand All @@ -27,3 +28,6 @@ jobs:
uses: outpost-os/pipeline-python/.github/workflows/lint.yml@v1
with:
python-version: '3.10'
codeql:
needs: [ ut ]
uses: outpost-os/pipeline-python/.github/workflows/codeql.yml@f87b080

0 comments on commit f9a14b5

Please sign in to comment.