Skip to content

Bump actions/upload-artifact from 4 to 7 #14

Bump actions/upload-artifact from 4 to 7

Bump actions/upload-artifact from 4 to 7 #14

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (C#)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
- name: Build
run: dotnet build -c Release src/TestingBot.Api/TestingBot.Api.csproj src/TestingBot.Api.DependencyInjection/TestingBot.Api.DependencyInjection.csproj
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3