Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory #4296

Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory

Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory #4296

Workflow file for this run

name: "CodeQL"
on: [push, pull_request]
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
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3