Skip to content

Commit

Permalink
codeql: Enable scanning for Actions
Browse files Browse the repository at this point in the history
GitHub has [added code scanning for GitHub Actions workflow files][1].
We may as well turn it on and see what it says.

[1]: https://github.blog/changelog/2024-12-17-find-and-fix-actions-workflows-vulnerabilities-with-codeql-public-preview/
  • Loading branch information
anomiex committed Dec 18, 2024
1 parent 3ed576d commit 017b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript']
language: [ 'javascript-typescript', 'actions' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 017b939

Please sign in to comment.