X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql.yml;h=14c6001ab38ed1e90ded903fbee0761ed77c625c;hb=4e4c23c5b8d55ab0aa48a7be8c53ec71d1d7e796;hp=5c0c93886d4100efc8ee40c8cc16ba22aa3e273b;hpb=51e9e152f7df003c65c16f822669a0674efcaf03;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5c0c93886..14c6001ab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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