Skip to content

fix: harden notifications dropdown interactions and add frontend safe… #12

fix: harden notifications dropdown interactions and add frontend safe…

fix: harden notifications dropdown interactions and add frontend safe… #12

Workflow file for this run

name: CodeQL
on:
push:
branches: ["main"]
pull_request:
schedule:
# Weekly Monday scan (06:00 UTC)
- cron: "0 6 * * 1"
workflow_dispatch:
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (C#)
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Analyze
uses: github/codeql-action/analyze@v3