Skip to content

Commit 0f167f3

Browse files
committed
revert to head
Signed-off-by: tison <wander4096@gmail.com>
1 parent fcfa56a commit 0f167f3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CodeQL Analysis
1+
name: "CodeQL Analysis"
22

33
on:
44
push:
@@ -24,12 +24,17 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 15
2626

27+
strategy:
28+
fail-fast: false
29+
matrix:
30+
language: [ 'python' ]
31+
2732
steps:
2833
- uses: actions/checkout@v6
2934
- name: Initialize CodeQL
3035
uses: github/codeql-action/init@v3
3136
with:
32-
languages: python
37+
languages: ${{ matrix.language }}
3338
- name: Autobuild
3439
uses: github/codeql-action/autobuild@v3
3540
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)