Skip to content

Bump the microsoft group with 3 updates #47

Bump the microsoft group with 3 updates

Bump the microsoft group with 3 updates #47

Workflow file for this run

name: CodeQL Security Analysis
on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop, main ]
schedule:
- cron: '43 4 * * 0' # Weekly on Sundays at 4:43 AM UTC
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze C# Code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: csharp
queries: security-extended
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4