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:
|
||||
push:
|
||||
branches: [develop, master]
|
||||
branches: [ testing, develop, master ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [develop]
|
||||
branches: [ testing, develop ]
|
||||
schedule:
|
||||
- cron: "23 20 * * 2"
|
||||
- cron: '00 20 * * 1'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: ["cpp"]
|
||||
language: [ 'cpp' ]
|
||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
||||
# 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
|
||||
|
|
|
@ -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://travis-ci.org/stlink-org/stlink)
|
||||
[](https://travis-ci.org/stlink-org/stlink)
|
||||
|
|
Ładowanie…
Reference in New Issue