Skip to content

Commit b5caf73

Browse files
committed
trying to figure out why codeql isn't running
1 parent 64778a8 commit b5caf73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8-
paths:
9-
- src
108

119
jobs:
1210
analyze:
@@ -27,7 +25,7 @@ jobs:
2725
fail-fast: false
2826
matrix:
2927
include:
30-
- language: javascript
28+
- language: ${{ matrix.language }}
3129

3230
steps:
3331
- name: Checkout repository

0 commit comments

Comments
 (0)