Skip to content

ci(Deps): bump fs-extra from 11.2.0 to 11.3.3 #973

ci(Deps): bump fs-extra from 11.2.0 to 11.3.3

ci(Deps): bump fs-extra from 11.2.0 to 11.3.3 #973

name: CodeQL Analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *'
concurrency:
group: scan-${{ github.ref }}
cancel-in-progress: true
jobs:
codeql:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4