Skip to content

Commit a4b0769

Browse files
committed
chore: linting
1 parent 66544ed commit a4b0769

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/codeql.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
contents: read
3333
security-events: write
3434

35-
strategy:
36-
fail-fast: false
37-
matrix:
38-
language: ["javascript"]
39-
# CodeQL supports [ $supported-codeql-languages ]
40-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
41-
4235
steps:
4336
- name: Checkout repository
4437
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -47,7 +40,7 @@ jobs:
4740
- name: Initialize CodeQL
4841
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
4942
with:
50-
languages: ${{ matrix.language }}
43+
languages: javascript
5144
# If you wish to specify custom queries, you can do so here or in a config file.
5245
# By default, queries listed here will override any specified in a config file.
5346
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -70,4 +63,4 @@ jobs:
7063
- name: Perform CodeQL Analysis
7164
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
7265
with:
73-
category: "/language:${{matrix.language}}"
66+
category: "/language:javascript"

0 commit comments

Comments
 (0)