Update CodeQL workflow
authorXhmikosR <redacted>
Sun, 13 Nov 2022 05:53:25 +0000 (07:53 +0200)
committerXhmikosR <redacted>
Sun, 13 Nov 2022 06:02:31 +0000 (08:02 +0200)
.github/workflows/codeql-analysis.yml

index ff08840e3e13a923a57942316240a911b6ccb14b..e3d93cade7a8597641e2261bed22a4749719a9c0 100644 (file)
@@ -6,7 +6,6 @@ on:
       - master
       - "!dependabot/**"
   pull_request:
-    # The branches below must be a subset of the branches above
     branches:
       - master
       - "!dependabot/**"
@@ -31,6 +30,12 @@ jobs:
         uses: github/codeql-action/init@v2
         with:
           languages: "python"
+          queries: +security-and-quality
+
+      - name: Autobuild
+        uses: github/codeql-action/autobuild@v2
 
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v2
+        with:
+          category: "/language:python"
git clone https://git.99rst.org/PROJECT