Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump dotnet-reportgenerator-globaltool from 5.5.0 to 5.5.1 #1325

Bump dotnet-reportgenerator-globaltool from 5.5.0 to 5.5.1

Bump dotnet-reportgenerator-globaltool from 5.5.0 to 5.5.1 #1325

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
pull_request:
push:
branches: [ 'master', 'release/**' ]
schedule:
- cron: '0 0 * * 5'
jobs:
analyze:
name: Analyze
runs-on: 'ubuntu-latest'
timeout-minutes: 60
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.0.*
9.0.*
10.0.*
- name: Git checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Restore .NET tools
run: |
dotnet tool restore
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.