Skip to content

Commit 6622ba5

Browse files
tuyen-at-workCopilot
andcommitted
ci: code ql
Co-authored-by: Copilot <copilot@github.com>
1 parent 4a278ec commit 6622ba5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ paths:
99

1010
paths-ignore:
1111
- src/**/*.d.ts
12-
- src/**/*.js
12+
- src/**/*.js

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: github/codeql-action/init@v3
145145
with:
146146
languages: ${{ matrix.language }}
147-
build-mode: manual
147+
build-mode: none
148148
config-file: ./.github/codeql/codeql-config.yml
149149

150150
- name: Install dependencies
@@ -156,4 +156,4 @@ jobs:
156156
- name: Perform CodeQL analysis
157157
uses: github/codeql-action/analyze@v3
158158
with:
159-
category: /language:${{ matrix.language }}
159+
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)