Issy Long 2024-01-19 22:30:54 +00:00
parent 36024e2a4d
commit 906a3dcf74
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +0,0 @@
paths-ignore:
- Library/Homebrew/vendor/

View File

@ -25,7 +25,9 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ruby
config-file: ./.github/codeql/codeql-config.yml
config: |
paths-ignore:
- Library/Homebrew/vendor
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3