We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3341a1 commit 5609b02Copy full SHA for 5609b02
.github/codeql/codeql-configuration.yml
@@ -1,4 +1,8 @@
1
+paths:
2
+ - .github
3
+ - packages
4
paths-ignore:
5
+ - analysis
6
- deploy-doc
7
- dist
8
- lint-doc
.github/workflows/codeql.yml
@@ -27,9 +27,7 @@ jobs:
27
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
28
with:
29
config-file: .github/codeql/codeql-configuration.yml
30
-
31
- - name: Autobuild
32
- uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
+ languages: actions,javascript-typescript
33
34
- name: Perform CodeQL analysis
35
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
0 commit comments