Skip to content

fix: notify WG Slack channel when committee document is added (#1552) #217

fix: notify WG Slack channel when committee document is added (#1552)

fix: notify WG Slack channel when committee document is added (#1552) #217

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
strategy:
matrix:
language: [javascript-typescript]
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: none
config-file: .github/codeql-config.yml
- uses: github/codeql-action/analyze@v3
with:
category: /language:${{ matrix.language }}