From a6930c1d8d5dcab06e5d63da61193fd91f1dfa46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:52:59 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from fbcef3fba75224ed6476919775448de80b23cb15 to 439137e1b50c27ba9e2f9befc93e43091b449c34. - [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/fbcef3fba75224ed6476919775448de80b23cb15...439137e1b50c27ba9e2f9befc93e43091b449c34) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 439137e1b50c27ba9e2f9befc93e43091b449c34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/psscriptanalyzer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psscriptanalyzer.yml b/.github/workflows/psscriptanalyzer.yml index 0689ae9..3d740bc 100644 --- a/.github/workflows/psscriptanalyzer.yml +++ b/.github/workflows/psscriptanalyzer.yml @@ -30,6 +30,6 @@ jobs: excludeRule: '"PSUseShouldProcessForStateChangingFunctions"' output: 'results.sarif' - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@fbcef3fba75224ed6476919775448de80b23cb15 # v3.32.0 + uses: github/codeql-action/upload-sarif@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3.32.0 with: sarif_file: results.sarif