kopia lustrzana https://github.com/stlink-org/stlink
Updated config for GitHub code scanning alerts
rodzic
d10a4f8def
commit
0496ecff48
|
@ -13,12 +13,12 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [develop, master]
|
branches: [ testing, develop, master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [develop]
|
branches: [ testing, develop ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "23 20 * * 2"
|
- cron: '00 20 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: ["cpp"]
|
language: [ 'cpp' ]
|
||||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
||||||
# Learn more:
|
# Learn more:
|
||||||
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
[](https://github.com/stlink-org/stlink/actions/workflows/codeql-analysis.yml)
|
||||||
[](https://github.com/stlink-org/stlink/actions/workflows/c-cpp.yml)
|
[](https://github.com/stlink-org/stlink/actions/workflows/c-cpp.yml)
|
||||||
[](https://travis-ci.org/stlink-org/stlink)
|
[](https://travis-ci.org/stlink-org/stlink)
|
||||||
[](https://travis-ci.org/stlink-org/stlink)
|
[](https://travis-ci.org/stlink-org/stlink)
|
||||||
|
|
Ładowanie…
Reference in New Issue