Skip to content

Commit

Permalink
Merge pull request #2748 from nicolargo/fix-codeql
Browse files Browse the repository at this point in the history
fix: workflows - codeql only works with specific config filename
  • Loading branch information
nicolargo committed May 2, 2024
2 parents 95ea9c3 + 7934676 commit aa9a92d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
quality:
uses: ./.github/workflows/quality.yml
uses: ./.github/workflows/codeql-analysis.yml
test:
uses: ./.github/workflows/test.yml
needs: [quality]
Expand Down
File renamed without changes.

0 comments on commit aa9a92d

Please sign in to comment.