Skip to content

Docs: Wronge Sitemap folder #76

Docs: Wronge Sitemap folder

Docs: Wronge Sitemap folder #76

Workflow file for this run

name: CodeQL
permissions:
security-events: write
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
schedule:
- cron: 0 0 * * 0 # Run weekly
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3