Skip to content

Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.203 #26

Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.203

Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.203 #26

Workflow file for this run

name: CodeQL Analysis
permissions:
actions: read
contents: read
security-events: write
on:
#push:
pull_request:
# branches: [ "main" ]
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout_repo
uses: actions/checkout@v4
- name: Install .NET 8
id: install_dotnet
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Initialize CodeQL
id: init_codeql
uses: github/codeql-action/init@v4
with:
queries: security-extended
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
id: analyze_codeql
uses: github/codeql-action/analyze@v4