Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8aa9d22

Browse files
committed
Add new file
1 parent5afa5fc commit8aa9d22

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

‎.github/workflows/codeql.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name:"CodeQL"
2+
on:
3+
workflow_dispatch:
4+
#push:
5+
# branches: [master]
6+
#pull_request:
7+
# branches: [master]
8+
9+
jobs:
10+
analyze:
11+
name:Analyze
12+
runs-on:ubuntu-latest
13+
permissions:
14+
actions:read
15+
contents:read
16+
security-events:write
17+
18+
strategy:
19+
fail-fast:false
20+
matrix:
21+
language:["python"]
22+
23+
steps:
24+
-name:Checkout repository
25+
uses:actions/checkout@v3
26+
27+
-name:Initialize CodeQL
28+
uses:github/codeql-action/init@v2
29+
with:
30+
languages:${{ matrix.language }}
31+
queries:security-and-quality
32+
33+
-name:Autobuild
34+
uses:github/codeql-action/autobuild@v2
35+
36+
-name:Perform CodeQL Analysis
37+
uses:github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp