We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e7c0b commit 6d11caaCopy full SHA for 6d11caa
.github/workflows/codeql-analysis.yml
@@ -1,25 +1,21 @@
1
-name: CodeQL Analysis
+name: CodeQL
2
3
on:
4
push:
5
branches: [ master ]
6
pull_request:
7
8
- schedule:
9
- - cron: '0 3 * * 1'
10
11
jobs:
12
analyze:
13
name: CodeQL Analyze
14
runs-on: ubuntu-latest
15
16
permissions:
17
- actions: read
18
contents: read
19
security-events: write
20
21
strategy:
22
- fail-fast: false
23
matrix:
24
language: [ 'cpp' ]
25
@@ -56,8 +52,5 @@ jobs:
56
52
./configure
57
53
make
58
54
59
- - name: Run tests
60
- run: make check
61
-
62
55
- name: Perform CodeQL Analysis
63
uses: github/codeql-action/analyze@v3
0 commit comments