Skip to content

Merge pull request #121 from volopivoshenko/dependabot/pip/cryptograp… #263

Merge pull request #121 from volopivoshenko/dependabot/pip/cryptograp…

Merge pull request #121 from volopivoshenko/dependabot/pip/cryptograp… #263

Workflow file for this run

name: CodeQL
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
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
id: checkout-repository
uses: actions/checkout@v3
- name: Initialize CodeQL
id: initialize-codeql
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL analysis
id: perform-codeql-analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"