Skip to content

Commit

Permalink
ci/codeql: Put the ignored paths directly into the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jan 19, 2024
1 parent 36024e2 commit 906a3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/codeql/codeql-config.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 906a3dc

Please sign in to comment.