X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql.yml;h=14c6001ab38ed1e90ded903fbee0761ed77c625c;hb=bfcaa9c1947304c9f90843bc288d3d8f64a71097;hp=20803bd869826a310beff3f853234fbbc13e4885;hpb=b202d007cc553915b77ba9fa76b6d01fa678d845;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 20803bd86..14c6001ab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,7 @@ name: "CodeQL" on: push: - branches: [ next ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ next ] + branches: [ develop, 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