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.
1 parent 57fe5b5 commit e354f8aCopy full SHA for e354f8a
.github/workflows/ci.yml
@@ -141,3 +141,31 @@ jobs:
141
run: |
142
python -m pip install codecov
143
codecov
144
+
145
+ analyze:
146
+ name: CodeQL
147
+ needs: [SQLite, extras, PostgreSQL]
148
+ runs-on: ubuntu-latest
149
+ permissions:
150
+ actions: read
151
+ contents: read
152
+ security-events: write
153
+ strategy:
154
+ fail-fast: false
155
+ matrix:
156
+ language: [ python ]
157
+ steps:
158
+ - name: Checkout
159
+ uses: actions/checkout@v3
160
+ - name: Initialize CodeQL
161
+ uses: github/codeql-action/init@v2
162
+ with:
163
+ languages: ${{ matrix.language }}
164
+ queries: +security-and-quality
165
+ - name: Autobuild
166
+ uses: github/codeql-action/autobuild@v2
167
+ if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }}
168
+ - name: Perform CodeQL Analysis
169
+ uses: github/codeql-action/analyze@v2
170
171
+ category: "/language:${{ matrix.language }}"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments