Skip to content

Commit b7ee967

Browse files
committed
codeql
1 parent 0048b8b commit b7ee967

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/codeQL.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818

1919
analyze:
2020
name: Analyze
21-
runs-on: windows-latest
21+
runs-on: ubuntu-latest
2222
permissions:
2323
actions: read
2424
contents: read
2525
security-events: write
26-
26+
defaults:
27+
run:
28+
shell: bash
2729

2830
strategy:
2931
fail-fast: false
@@ -45,6 +47,7 @@ jobs:
4547
# If you wish to specify custom queries, you can do so here or in a config file.
4648
# By default, queries listed here will override any specified in a config file.
4749
# Prefix the list here with "+" to use these queries and those in the config file.
50+
4851

4952
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5053
# queries: security-extended,security-and-quality
@@ -58,4 +61,5 @@ jobs:
5861
- name: Perform CodeQL Analysis
5962
uses: github/codeql-action/analyze@v3
6063
with:
64+
category: "/language:${{matrix.language}}"
6165
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)