Skip to content

CodeQL Security Analysis #26

CodeQL Security Analysis

CodeQL Security Analysis #26

Workflow file for this run

name: CodeQL Security Analysis
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
schedule:
# Run at 00:00 UTC every Monday
- cron: '0 0 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
# Languages are automatically detected based on repository contents
# Supported: 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift'
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4