Skip to content

bump: version 1.11.4 → 1.11.5 #121

bump: version 1.11.4 → 1.11.5

bump: version 1.11.4 → 1.11.5 #121

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
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@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"