Skip to content

Commit b8a2269

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm-5c2f2cbc05
2 parents f45434f + 0d598e7 commit b8a2269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-11,macos-12,macos-13]
78+
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-12,macos-13,macos-14]
7979
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
8080
runs-on: ${{ matrix.os }}
8181

@@ -97,3 +97,5 @@ jobs:
9797
run: ${{steps.init.outputs.codeql-path}} version --format=json
9898
- name: Perform CodeQL Analysis
9999
uses: ./analyze
100+
with:
101+
category: "/language:javascript"

0 commit comments

Comments
 (0)