Skip to content

app: change locale.getdefaultlocale → locale.getlocale #171

app: change locale.getdefaultlocale → locale.getlocale

app: change locale.getdefaultlocale → locale.getlocale #171

Workflow file for this run

name: CodeQL
on:
push:
pull_request:
schedule:
- cron: '0 6 * * 3'
permissions:
security-events: write
jobs:
analyze:
strategy:
matrix:
language:
- Python
fail-fast: false
name: ${{ matrix.language }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3