Skip to content

Commit

Permalink
fix: codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec committed Dec 9, 2024
1 parent f9b70c7 commit f635a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/codeql/ui-codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "UI - CodeQL Config"
paths:
- "ui/"
queries:
- javascript-security-and-quality.qls
2 changes: 1 addition & 1 deletion .github/workflows/ui-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["javascript-all"]
language: ["javascript"]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
Expand Down

0 comments on commit f635a8f

Please sign in to comment.