Merge pull request #16511 from issyl0/codeql-cleanup
This commit is contained in:
commit
13c4d0ac11
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
@ -1,2 +0,0 @@
|
|||||||
paths-ignore:
|
|
||||||
- Library/Homebrew/vendor/
|
|
||||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -25,7 +25,9 @@ jobs:
|
|||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: ruby
|
languages: ruby
|
||||||
config-file: ./.github/codeql/codeql-config.yml
|
config: |
|
||||||
|
paths-ignore:
|
||||||
|
- Library/Homebrew/vendor
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user