Skip to content

πŸ”’ bump picomatch from 2.3.1 to 2.3.2 (#176) #1162

πŸ”’ bump picomatch from 2.3.1 to 2.3.2 (#176)

πŸ”’ bump picomatch from 2.3.1 to 2.3.2 (#176) #1162

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "45 15 * * 0"
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name}}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
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