Update codeql-analysis.yml

This commit is contained in:
Lakindu Akash 2021-09-30 23:36:12 +05:30 committed by GitHub
parent f01b086e7b
commit 632f11ad60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ] branches: [ unknown ]
pull_request: # pull_request:
# The branches below must be a subset of the branches above # # The branches below must be a subset of the branches above
branches: [ master ] # branches: [ master ]
schedule: # schedule:
- cron: '26 1 * * 4' # - cron: '26 1 * * 4'
jobs: jobs:
analyze: analyze:
@ -39,7 +39,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL