Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update codeql-analysis.yml
  • Loading branch information
dvoituron authored Aug 15, 2025
commit 6311354e774d5de8876453375e447483f9c29764
10 changes: 3 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "Security Scanning"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: '0 0 * * 0,3'

Expand All @@ -40,11 +40,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
dotnet-quality: preview
dotnet-version: 9.0.205

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
Loading