Skip to content

Commit 6a56ec0

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

File tree

3 files changed

+13
-50
lines changed

3 files changed

+13
-50
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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ jobs:
1414
codeql-build:
1515
name: CodeQL Build
1616

17-
runs-on: ubuntu-latest
18-
1917
permissions:
2018
security-events: write
2119

20+
strategy:
21+
matrix:
22+
language:
23+
- actions
24+
- typescript
25+
26+
runs-on: ubuntu-latest
27+
2228
steps:
2329
- name: Checkout tree
2430
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -27,9 +33,7 @@ jobs:
2733
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
2834
with:
2935
config-file: .github/codeql/codeql-configuration.yml
30-
31-
- name: Autobuild
32-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
36+
languages: ${{ matrix.language }}
3337

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

.github/workflows/scorecard.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)