]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/codeql.yml
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / .github / workflows / codeql.yml
index 5c0c93886d4100efc8ee40c8cc16ba22aa3e273b..14c6001ab38ed1e90ded903fbee0761ed77c625c 100644 (file)
@@ -14,9 +14,6 @@ name: "CodeQL"
 on:
   push:
     branches: [ develop, next ]
-  pull_request:
-    # The branches below must be a subset of the branches above
-    branches: [ next ]
   schedule:
     - cron: '36 9 * * 5'
 
@@ -38,7 +35,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL