Skip to content

chore: i18n improvements part1 #5219

chore: i18n improvements part1

chore: i18n improvements part1 #5219

Workflow file for this run

name: 'Run CodeQL'
on:
push:
branches: [master, 'release-[0-9]+.[0-9]+']
pull_request:
branches: [master, 'release-[0-9]+.[0-9]+']
schedule:
- cron: '31 11 * * 4'
permissions:
contents: read # for checking out the repository (e.g. actions/checkout)
jobs:
analyze:
name: Run CodeQL
runs-on: ubuntu-latest
permissions:
security-events: write # for adding code alert statuses
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3
with:
category: '/language:${{matrix.language}}'