We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f3986 + 866359a commit f2697f3Copy full SHA for f2697f3
.github/workflows/codeql_actions.yml renamed to .github/workflows/codeql.yml
@@ -1,4 +1,4 @@
1
-name: CodeQL Actions Analysis
+name: CodeQL Analysis
2
3
on:
4
workflow_dispatch:
@@ -7,13 +7,17 @@ on:
7
- master
8
pull_request:
9
paths:
10
+ - "**/*.py"
11
- ".github/workflows/*.yml"
12
- ".github/workflows/*.yaml"
13
14
jobs:
15
codeql-analysis:
- name: CodeQL Actions Analysis
16
+ name: CodeQL ${{ matrix.language }} analysis
17
runs-on: ubuntu-latest
18
+ strategy:
19
+ matrix:
20
+ language: [python, actions]
21
22
steps:
23
- name: Checkout repository
@@ -22,10 +26,10 @@ jobs:
26
- name: Initialize CodeQL
27
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
24
28
with:
25
- languages: actions
29
+ languages: ${{ matrix.language }}
30
config-file: ./.github/codeql/codeql-config.yml
31
32
- name: Run CodeQL Analysis
33
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
34
- category: "Analysis: Actions"
35
+ category: "/language:${{ matrix.language }}"
.github/workflows/codeql_python.yml
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments