Skip to content

build(deps): bump yaml from 2.8.3 to 2.8.4 in /engine #18

build(deps): bump yaml from 2.8.3 to 2.8.4 in /engine

build(deps): bump yaml from 2.8.3 to 2.8.4 in /engine #18

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 5 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v3