Skip to content

fix: prevent incorrect merge of content-identical lines across non-mo… #146

fix: prevent incorrect merge of content-identical lines across non-mo…

fix: prevent incorrect merge of content-identical lines across non-mo… #146

Workflow file for this run

name: CodeQL
on:
push:
workflow_dispatch:
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- uses: github/codeql-action/init@f58f0d11ebf5dedd870fab2f999275f7602cfa46
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@f58f0d11ebf5dedd870fab2f999275f7602cfa46
with:
fail-on: warning