Skip to content

Commit

Permalink
feat(codeql): fixes to the action with path changes (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaughnw128 authored Nov 4, 2024
1 parent 1a6eaaf commit 14f8b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: "CodeQL config"
paths-ignore:
- '**/*_test.go'
- 'tools/tools.go'
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:

- run: |
make compile-only
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 14f8b13

Please sign in to comment.