Skip to content

Merge pull request #252 from spatial-model-editor/dependabot/npm_and_… #289

Merge pull request #252 from spatial-model-editor/dependabot/npm_and_…

Merge pull request #252 from spatial-model-editor/dependabot/npm_and_… #289

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: "javascript"
- uses: github/codeql-action/analyze@v2