diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0ec76efba6..9e99abc687 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,11 +13,12 @@ name: "Security Scanning" on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '0 0 * * 0,3' + workflow_dispatch: jobs: analyze: @@ -40,11 +41,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