Skip to content

chore: bump webpack from 5.92.1 to 5.95.0 #2907

chore: bump webpack from 5.92.1 to 5.95.0

chore: bump webpack from 5.92.1 to 5.95.0 #2907

Workflow file for this run

name: codeql
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 12 * * 6'
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3