Skip to content

Upgrade python Workflows #1

Upgrade python Workflows

Upgrade python Workflows #1

Workflow file for this run

name: "CodeQL"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
codeql:
name: "CodeQL Analysis"
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3