Skip to content

chore(deps-dev): bump lint-staged from 16.3.2 to 16.3.3 #930

chore(deps-dev): bump lint-staged from 16.3.2 to 16.3.3

chore(deps-dev): bump lint-staged from 16.3.2 to 16.3.3 #930

Workflow file for this run

name: CodeQL
on:
push:
branches: ['main']
pull_request:
branches: ['main']
pull_request_target:
branches: ['main']
# Cancel in-progress runs for PRs; never cancel runs on main (merges should not abort each other)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4