Skip to content

Fix chronicle visitor count bug and sanitization of input on admin page #10

Fix chronicle visitor count bug and sanitization of input on admin page

Fix chronicle visitor count bug and sanitization of input on admin page #10

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 5 * * 0"
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"