Skip to content

pip update(deps): bump prettytable from 3.8.0 to 3.9.0 #197

pip update(deps): bump prettytable from 3.8.0 to 3.9.0

pip update(deps): bump prettytable from 3.8.0 to 3.9.0 #197

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
on:
push:
branches: [ master ]
paths:
- '*.py'
pull_request:
branches: [ master ]
workflow_dispatch:
schedule:
- cron: '15 3 * * 0'
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
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2