mirror of
https://github.com/cmderdev/cmder.git
synced 2026-02-25 06:26:08 +08:00
Fix workflow YAML
This commit is contained in:
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
|||||||
| Commit | `${{ github.sha }}` |
|
| Commit | `${{ github.sha }}` |
|
||||||
|
|
||||||
"@
|
"@
|
||||||
|
|
||||||
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY
|
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
@@ -107,7 +108,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$summary = @(
|
$summary = @"
|
||||||
### 🔍 CodeQL Analysis Results
|
### 🔍 CodeQL Analysis Results
|
||||||
|
|
||||||
✅ CodeQL security analysis completed successfully.
|
✅ CodeQL security analysis completed successfully.
|
||||||
|
|||||||
Reference in New Issue
Block a user