Skip to content

Bump codecov/codecov-action from 4 to 7 #49

Bump codecov/codecov-action from 4 to 7

Bump codecov/codecov-action from 4 to 7 #49

Workflow file for this run

name: codeql
on:
pull_request:
branches: [main, master]
push:
branches: [main, master]
schedule:
- cron: "30 3 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze Python
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3