Skip to content

Commit dd91b27

Browse files
author
Chelsea Boling
authored
Update codeql-analysis.yml
1 parent 47b77ee commit dd91b27

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ on:
1818
# The branches below must be a subset of the branches above
1919
branches: [ master ]
2020
schedule:
21-
- cron: '42 20 * * 5'
21+
- cron: '24 6 * * 5'
22+
workflow_dispatch:
2223

2324
jobs:
2425
analyze:
2526
name: Analyze
26-
runs-on: windows-latest
27+
runs-on: ubuntu-latest
2728

2829
strategy:
2930
fail-fast: false
@@ -36,6 +37,8 @@ jobs:
3637
steps:
3738
- name: Checkout repository
3839
uses: actions/checkout@v2
40+
with:
41+
submodules: recursive
3942

4043
# Initializes the CodeQL tools for scanning.
4144
- name: Initialize CodeQL
@@ -47,21 +50,8 @@ jobs:
4750
# Prefix the list here with "+" to use these queries and those in the config file.
4851
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4952

50-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51-
# If this step fails, then you should remove it and run the build manually (see below)
52-
# - name: Autobuild
53-
# uses: github/codeql-action/autobuild@v1
54-
55-
# ℹ️ Command-line programs to run using the OS shell.
56-
# 📚 https://git.io/JvXDl
57-
58-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
59-
# and modify them (or add more) to build your code if your project
60-
# uses a compiled language
61-
62-
- run: |
63-
pip install pybind11
53+
- name: Compile and package
54+
run: |
6455
python3 ./setup.py install
65-
6656
- name: Perform CodeQL Analysis
6757
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)