Skip to content

chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the dependencies group #456

chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the dependencies group

chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the dependencies group #456

Workflow file for this run

name: CodeQL
on:
push:
branches: main
pull_request:
branches: main
schedule:
- cron: '24 23 * * 0'
env:
NUGET_PACKAGES: ${{ github.workspace }}/lc-hax/References/NuGet
permissions:
security-events: write
actions: read
contents: read
jobs:
analyze:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: Initialise CodeQL
uses: github/codeql-action/init@v3.25.11
with:
languages: csharp
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x
cache: true
cache-dependency-path: lc-hax
- name: Build
run: dotnet build lc-hax
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.11
with:
category: /language:csharp