Skip to content

Bump twine from 5.1.0 to 5.1.1 #6165

Bump twine from 5.1.0 to 5.1.1

Bump twine from 5.1.0 to 5.1.1 #6165

name: CodeQL
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: "0 0 * * *" # Every day at 00:00
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3