Skip to content

Bump coverage from 7.2.3 to 7.2.5 #327

Bump coverage from 7.2.3 to 7.2.5

Bump coverage from 7.2.3 to 7.2.5 #327

Workflow file for this run

---
name: "CodeQL"
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "30 1 * * 0"
jobs:
codeql:
name: Scanning
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2