Skip to content

fix(ci): use CHANGESETS_TOKEN PAT to trigger CI on version PRs (#46) #31

fix(ci): use CHANGESETS_TOKEN PAT to trigger CI on version PRs (#46)

fix(ci): use CHANGESETS_TOKEN PAT to trigger CI on version PRs (#46) #31

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 8 * * 1'
workflow_dispatch:
permissions: read-all
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3