This commit is contained in:
Dax T. Games
2026-02-22 15:14:05 -05:00
parent a6f0015b16
commit d495b06726
3 changed files with 44 additions and 39 deletions

View File

@@ -57,14 +57,14 @@ jobs:
| Property | Value |
| --- | --- |
| Repository | `${{ github.repository }}` |
| Branch | `${{ github.ref_name }}` |
| Language | `${{ matrix.language }}` |
| Commit | `${{ github.sha }}` |
| Repository | ``${{ github.repository }}`` |
| Branch | ``${{ github.ref_name }}`` |
| Language | ``${{ matrix.language }}`` |
| Commit | ``${{ github.sha }}`` |
"@
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
@@ -97,7 +97,7 @@ jobs:
"@
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
@@ -113,9 +113,9 @@ jobs:
✅ CodeQL security analysis completed successfully.
**Language analyzed:** `${{ matrix.language }}`
**Language analyzed:** ``${{ matrix.language }}``
> Check the Security tab for detailed findings and recommendations.
"@
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8