Skip to content

[Feature] 公众号消息提醒 #32

[Feature] 公众号消息提醒

[Feature] 公众号消息提醒 #32

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]
with:
category: "/language:python"