mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-05 12:35:33 +00:00
chore: update global workflows (#2858)
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -162,6 +162,7 @@ jobs:
|
||||
# queries: security-extended,security-and-quality
|
||||
config: |
|
||||
paths-ignore:
|
||||
- build
|
||||
- node_modules
|
||||
- third-party
|
||||
|
||||
@ -196,6 +197,7 @@ jobs:
|
||||
input: sarif-results/${{ matrix.language }}.sarif
|
||||
output: sarif-results/${{ matrix.language }}.sarif
|
||||
patterns: |
|
||||
-build/**
|
||||
-node_modules/**
|
||||
-third\-party/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user