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:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '26 1 * * 4'
branches: [ unknown ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ master ]
# schedule:
# - cron: '26 1 * * 4'
jobs:
analyze:
@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
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.
- name: Initialize CodeQL