From 5c95591489662f705adeb1b15ec3a4b21d442747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 19:24:55 +0000 Subject: [PATCH] ci: bump github/codeql-action/upload-sarif Bumps the all-actions group with 1 update in the / directory: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/f205ea1c3313d32999d8d6a48b4f6530d4437b38...cdf488f595d80d6e07e03d4674febd5ab45fa938) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Build Module.yml | 2 +- .github/workflows/Supply-Chain-Security-Scorecards.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build Module.yml b/.github/workflows/Build Module.yml index 48dcaae8..177a09d7 100644 --- a/.github/workflows/Build Module.yml +++ b/.github/workflows/Build Module.yml @@ -206,7 +206,7 @@ jobs: - name: Upload PSScriptAnalyzer SARIF to code scanning if: always() && runner.os == 'Windows' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: ./artifacts/psscriptanalyzer.sarif category: psscriptanalyzer diff --git a/.github/workflows/Supply-Chain-Security-Scorecards.yml b/.github/workflows/Supply-Chain-Security-Scorecards.yml index b8741eb4..d6d6f590 100644 --- a/.github/workflows/Supply-Chain-Security-Scorecards.yml +++ b/.github/workflows/Supply-Chain-Security-Scorecards.yml @@ -72,7 +72,7 @@ jobs: # Upload the results to GitHub's code scanning dashboard if the results file exists.. - name: "Upload to code-scanning" if: hashFiles('results.sarif') != '' - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: results.sarif # Unique category to distinguish from other security scans