Skip to content

build(deps-dev): bump ipython from 8.18.0 to 8.18.1 #729

build(deps-dev): bump ipython from 8.18.0 to 8.18.1

build(deps-dev): bump ipython from 8.18.0 to 8.18.1 #729

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@v4
- name: Initialize CodeQL
id: initialize
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL analysis
id: analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"