Skip to content

feat(locales): updated translation from Crowdin #2091

feat(locales): updated translation from Crowdin

feat(locales): updated translation from Crowdin #2091

Workflow file for this run

name: NodeJSScan
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 12 * * 4'
permissions:
contents: read
jobs:
nodejsscan:
name: NodeJS Scan
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout the code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@231750a435d85095d33be7d192d52ec650625146
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6
with:
sarif_file: results.sarif