Skip to content

Bump ReportGenerator from 5.4.0 to 5.4.1 #1900

Bump ReportGenerator from 5.4.0 to 5.4.1

Bump ReportGenerator from 5.4.0 to 5.4.1 #1900

Workflow file for this run

name: code-scan
on:
push:
branches: [ main ]
pull_request:
branches:
- main
- dotnet-vnext
- dotnet-nightly
schedule:
- cron: '0 6 * * MON'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
with:
build-mode: none
languages: 'csharp'
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
with:
category: '/language:csharp'