Skip to content

Commit 161171a

Browse files
committed
update CodeQL
1 parent cf65db6 commit 161171a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
# branches: [ "main" ]
1717
schedule:
18-
- cron: '45 21 * * 2'
18+
# - cron: '45 21 * * 2'
1919

2020
jobs:
2121
analyze:
@@ -45,11 +45,11 @@ jobs:
4545
# If you wish to specify custom queries, you can do so here or in a config file.
4646
# By default, queries listed here will override any specified in a config file.
4747
# Prefix the list here with "+" to use these queries and those in the config file.
48-
48+
4949
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5050
# queries: security-extended,security-and-quality
5151

52-
52+
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
@@ -58,7 +58,7 @@ jobs:
5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6060

61-
# If the Autobuild fails above, remove it and uncomment the following three lines.
61+
# If the Autobuild fails above, remove it and uncomment the following three lines.
6262
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6363

6464
# - run: |

0 commit comments

Comments
 (0)