Skip to content

[Snyk] Upgrade webpack from 5.85.0 to 5.94.0 #74

[Snyk] Upgrade webpack from 5.85.0 to 5.94.0

[Snyk] Upgrade webpack from 5.85.0 to 5.94.0 #74

name: "CodeQL"
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql-config.yaml
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2