Skip to content

chore(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.7 #26

chore(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.7

chore(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.7 #26

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '31 4 * * 2'
permissions:
contents: read
security-events: write
packages: read
jobs:
analyze:
runs-on: windows-2025
timeout-minutes: 45
steps:
- name: Check out repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up .NET SDK
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: 10.0.300
- name: Initialize CodeQL
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
with:
languages: csharp
build-mode: manual
- name: Build analyzed source
shell: powershell
run: .\build\Build.ps1 -Configuration Release -Version 3.0.0-beta.2-codeql -SkipTests
- name: Analyze
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7