Skip to content

- 优化 **通知渠道选择**,新增ClassIsland使用提示 #277

- 优化 **通知渠道选择**,新增ClassIsland使用提示

- 优化 **通知渠道选择**,新增ClassIsland使用提示 #277

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Autobuild (optional for Python)
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3