From 7bd44f66a4f14d4b2d02e183caae9ce0b664a35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:35:49 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.0 to 4.37.1. - [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/99df26d4f13ea111d4ec1a7dddef6063f76b97e9...7188fc363630916deb702c7fdcf4e481b751f97a) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-determinism.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-determinism.yml b/.github/workflows/dependency-determinism.yml index 14969cb..10dc3bd 100644 --- a/.github/workflows/dependency-determinism.yml +++ b/.github/workflows/dependency-determinism.yml @@ -22,7 +22,7 @@ jobs: mode: advisory sarif: true remote-validation: true - - uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + - uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a if: always() && steps.deterministic-deps.outputs.sarif-path != '' with: sarif_file: ${{ steps.deterministic-deps.outputs.sarif-path }} diff --git a/action.yml b/action.yml index 2aec7da..a9f7ef5 100644 --- a/action.yml +++ b/action.yml @@ -101,7 +101,7 @@ runs: - name: Upload AuthMap SARIF if: ${{ always() && inputs.upload-sarif == 'true' && steps.run-authmap.outputs.sarif-path != '' && (steps.run-authmap.outputs.exit-code == '0' || steps.run-authmap.outputs.exit-code == '20') }} - uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a with: sarif_file: ${{ steps.run-authmap.outputs.sarif-path }} category: ${{ inputs.sarif-category }}