Skip to content

Improve test coverage (#92) #46

Improve test coverage (#92)

Improve test coverage (#92) #46

Workflow file for this run

name: CodeQL analysis
on:
push:
branches:
- main
- master
pull_request:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:
permissions: read-all
jobs:
analyze:
name: CodeQL analysis
permissions:
security-events: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- python
steps:
- uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
objects.githubusercontent.com:443
uploads.github.com:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47
- uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47
with:
category: /language:${{matrix.language}}