We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 186bf1a + c5eef46 commit 16f6884Copy full SHA for 16f6884
.github/workflows/codeql-analysis.yml
@@ -2,6 +2,8 @@ name: "Code scanning - action"
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - 'dependabot/**'
7
pull_request:
8
schedule:
9
- cron: '0 18 * * 0'
@@ -26,7 +28,7 @@ jobs:
26
28
27
29
# Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
31
+ uses: github/codeql-action/init@v2
32
# Override language selection by uncommenting this and choosing your languages
33
with:
34
languages: python, cpp
@@ -43,4 +45,4 @@ jobs:
43
45
python setup.py build
44
46
47
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
48
+ uses: github/codeql-action/analyze@v2
0 commit comments