Skip to content

Commit 1c7ee3a

Browse files
workflow: adding codeQL checks (#22)
2 parents 87d78c3 + 904d013 commit 1c7ee3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ jobs:
2727
uses: outpost-os/pipeline-python/.github/workflows/lint.yml@v1
2828
with:
2929
python-version: '3.10'
30+
codeql:
31+
needs: [ ut ]
32+
permissions:
33+
security-events: write
34+
packages: read
35+
actions: read
36+
contents: read
37+
uses: outpost-os/pipeline-python/.github/workflows/codeql.yml@v1

0 commit comments

Comments
 (0)