ci: CodeQL updated again

This commit is contained in:
Mateusz Pusz
2020-11-05 15:49:18 +01:00
parent 4ceb1de52c
commit 1ecda6d2f9

View File

@@ -15,16 +15,22 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ] branches: [ master ]
paths-ignore:
- 'docs/**'
pull_request: pull_request:
# The branches below must be a subset of the branches above
branches: [ master ] branches: [ master ]
paths-ignore:
- 'docs/**'
schedule: schedule:
- cron: '24 2 * * 6' - cron: '24 2 * * 6'
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env:
CC: gcc-10
CXX: g++-10
strategy: strategy:
fail-fast: false fail-fast: false