Skip to content

Merge pull request #537 from databuddy-analytics/staging #2486

Merge pull request #537 from databuddy-analytics/staging

Merge pull request #537 from databuddy-analytics/staging #2486

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main, staging]
schedule:
- cron: "31 1 * * 4"
concurrency:
group: codeql-${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: blacksmith-2vcpu-ubuntu-2404
timeout-minutes: 30
permissions:
security-events: write
packages: read
actions: read
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Initialize CodeQL
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
with:
languages: javascript-typescript
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
with:
category: "/language:javascript-typescript"