Skip to content

chore(deps): Bump actions/upload-artifact from 4 to 6 #234

chore(deps): Bump actions/upload-artifact from 4 to 6

chore(deps): Bump actions/upload-artifact from 4 to 6 #234

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 12 * * 0'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: csharp
- name: Restore
run: dotnet restore ExperimentFramework.slnx --use-lock-file
- name: Build
run: dotnet build ExperimentFramework.slnx --configuration Release --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4