]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update CodeQL workflow (#34961)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 14 Sep 2021 06:07:59 +0000 (09:07 +0300)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 06:07:59 +0000 (09:07 +0300)
.github/workflows/codeql.yml

index 13e2eb598fd7b0a9600609c12cb426cd8f018006..de6626a1566f78a14cd30b864319f3d989de4a7e 100644 (file)
@@ -19,19 +19,19 @@ jobs:
   analyze:
     name: Analyze
     runs-on: ubuntu-latest
+    permissions:
+      actions: read
+      contents: read
+      security-events: write
 
     steps:
       - name: Checkout repository
         uses: actions/checkout@v2
 
-      # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v1
         with:
           languages: "javascript"
 
-      - name: Autobuild
-        uses: github/codeql-action/autobuild@v1
-
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v1