Skip to content

Bump the patch-dependencies group across 1 directory with 9 updates #65

Bump the patch-dependencies group across 1 directory with 9 updates

Bump the patch-dependencies group across 1 directory with 9 updates #65

Workflow file for this run

name: "CodeQL Advanced"
on:
pull_request:
types: [opened, edited, ready_for_review, synchronize]
push:
branches:
- main
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: "ubuntu-latest"
permissions:
security-events: write
packages: read
strategy:
fail-fast: false
matrix:
include:
- language: python
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"