Skip to content

build(deps): Bump the npm group across 1 directory with 24 updates #31

build(deps): Bump the npm group across 1 directory with 24 updates

build(deps): Bump the npm group across 1 directory with 24 updates #31

Workflow file for this run

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