Skip to content

Commit 5609b02

Browse files
committed
Update CodeQL configuration
Signed-off-by: Sora Morimoto <[email protected]>
1 parent c3341a1 commit 5609b02

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/codeql/codeql-configuration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
paths:
2+
- .github
3+
- packages
14
paths-ignore:
5+
- analysis
26
- deploy-doc
37
- dist
48
- lint-doc

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
2828
with:
2929
config-file: .github/codeql/codeql-configuration.yml
30-
31-
- name: Autobuild
32-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
30+
languages: actions,javascript-typescript
3331

3432
- name: Perform CodeQL analysis
3533
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

0 commit comments

Comments
 (0)