Skip to content

perf: Remove defer feature update #91

perf: Remove defer feature update

perf: Remove defer feature update #91

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
jobs:
analyze:
name: Analyze (${{ matrix.language }})
permissions:
actions: read
contents: read
packages: read
security-events: write
runs-on: ubuntu-24.04
timeout-minutes: 360
strategy:
fail-fast: false
matrix:
include:
- build-mode: none
language: python
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
build-mode: ${{ matrix.build-mode }}
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]
with:
category: "/language:${{matrix.language}}"