Skip to content

Commit

Permalink
Use a separate config file for actions queries
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jan 29, 2025
1 parent de4457e commit 50954e7
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-actions-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Configuration for the CodeQL Actions Queries
name: "CodeQL Actions Queries config"
queries:
- uses: security-and-quality
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: ./init
with:
languages: actions
config-file: ./.github/codeql/codeql-config.yml
config-file: ./.github/codeql/codeql-actions-config.yml
- name: Perform CodeQL Analysis
uses: ./analyze
with:
Expand Down

0 comments on commit 50954e7

Please sign in to comment.