]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update CodeQL Action (#37481)
authorXhmikosR <xhmikosr@gmail.com>
Sat, 12 Nov 2022 11:09:35 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Nov 2022 11:09:35 +0000 (13:09 +0200)
.github/workflows/codeql.yml

index 6144dd24df8f0347e182bb3337d4588e946b2467..3e2f6f34ded3c143efedbc660ab593534f3587e9 100644 (file)
@@ -7,7 +7,6 @@ on:
       - v4-dev
       - "!dependabot/**"
   pull_request:
-    # The branches below must be a subset of the branches above
     branches:
       - main
       - v4-dev
@@ -35,6 +34,12 @@ jobs:
         uses: github/codeql-action/init@v2
         with:
           languages: "javascript"
+          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:javascript"