python-kasa/.github/workflows/codeql-analysis.yml

36 lines
675 B
YAML
Raw Permalink Normal View History

2022-04-25 12:45:53 +00:00
name: "CodeQL checks"
on:
push:
2024-07-04 07:14:01 +00:00
branches: [ "master", "patch" ]
2022-04-25 12:45:53 +00:00
pull_request:
2024-07-04 07:14:01 +00:00
branches: [ master, "patch" ]
2022-04-25 12:45:53 +00:00
schedule:
- cron: '44 17 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2