From 8c0e2c542c18bbefccfc44439f33d14f05833b99 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 22 Feb 2026 18:25:56 -0500 Subject: [PATCH] Fix workflow YAML --- .github/workflows/codeql.yml | 23 ++++++++++++----------- .github/workflows/vendor.yml | 4 ++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5255be7..7abb6bb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,17 +52,18 @@ jobs: run: | $summary = @" ## 🔒 CodeQL Security Analysis - Workflow Summary - + ### Analysis Configuration - + | Property | Value | | --- | --- | | Repository | `${{ github.repository }}` | | Branch | `${{ github.ref_name }}` | | Language | `${{ matrix.language }}` | | Commit | `${{ github.sha }}` | - + "@ + $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY # Initializes the CodeQL tools for scanning. @@ -91,11 +92,11 @@ jobs: run: | $summary = @" ### ✅ Build Completed - + Cmder launcher built successfully for CodeQL analysis. - + "@ - + $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY - name: Perform CodeQL Analysis @@ -107,14 +108,14 @@ jobs: if: success() shell: pwsh run: | - $summary = @( + $summary = @" ### 🔍 CodeQL Analysis Results - + ✅ CodeQL security analysis completed successfully. - + **Language analyzed:** `${{ matrix.language }}` - + > Check the Security tab for detailed findings and recommendations. "@ - + $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY diff --git a/.github/workflows/vendor.yml b/.github/workflows/vendor.yml index 43a3f5e..4bac91c 100644 --- a/.github/workflows/vendor.yml +++ b/.github/workflows/vendor.yml @@ -37,7 +37,7 @@ jobs: 🔍 Checking for vendor dependency updates... "@ - + $summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY - id: make-changes @@ -269,7 +269,7 @@ jobs: **Branch:** `update-vendor` $env:LIST_UPDATED -and "**Updated dependencies:** $env:LIST_UPDATED" -or "**Updated dependencies:** - + "@ if ($env:HAS_BREAKING_CHANGES -eq 'True') {