Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Add Reset-PSResourceRepository cmdlet to recover from corrupted repos…#3852

Add Reset-PSResourceRepository cmdlet to recover from corrupted repos…

Add Reset-PSResourceRepository cmdlet to recover from corrupted repos… #3852

name:"CodeQL"
on:
push:
branches:[ master ]
pull_request:
branches:[ master ]
defaults:
run:
shell:pwsh
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE:1
permissions:
contents:read
jobs:
analyze:
permissions:
actions:read# for github/codeql-action/init to get workflow details
contents:read# for actions/checkout to fetch code
security-events:write# for github/codeql-action/analyze to upload SARIF results
name:Analyze
runs-on:ubuntu-latest
strategy:
fail-fast:false
matrix:
include:
-language:csharp
build-mode:manual
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
-name:Checkout repository
uses:actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b# v4.1.4
-uses:actions/setup-dotnet@v4
with:
global-json-file:global.json
# Initializes the CodeQL tools for scanning.
-name:Initialize CodeQL
uses:github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14# v3.25.3
with:
languages:${{ matrix.language }}
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
-run:|
Get-ChildItem .
name: Capture env
-run:|
.\build.ps1 -Clean -Build
name: Build
-name:Perform CodeQL Analysis
uses:github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14# v3.25.3
with:
category:"/language:${{matrix.language}}"

[8]ページ先頭

©2009-2025 Movatter.jp