mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Update codeql-analysis.yml
This commit is contained in:
parent
f01b086e7b
commit
632f11ad60
14
.github/workflows/codeql-analysis.yml
vendored
14
.github/workflows/codeql-analysis.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user