From 03cd0ab314ba25acc5032e3a4c1da6b922ea55a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 04:20:48 +0000 Subject: [PATCH] ci: bump github/codeql-action/upload-sarif from 4.37.9 to 4.38.0 Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.9 to 4.38.0. - [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/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9b08546a..5633294c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -243,7 +243,7 @@ jobs: # actionable-finding gate is fail-closed. - name: Upload Trivy results if: always() && (github.event.repository.visibility == 'public' || vars.ENABLE_CODE_SCANNING == 'true') - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: trivy-${{ matrix.app }}.sarif category: trivy-${{ matrix.app }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b8c9a575..82d7babe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -127,7 +127,7 @@ jobs: exit-code: "1" - name: Upload docs scan report if: always() && github.event_name != 'pull_request' && (github.event.repository.visibility == 'public' || vars.ENABLE_CODE_SCANNING == 'true') - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: trivy-docs.sarif category: trivy-docs diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c67fccee..7f57afc4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,6 +41,6 @@ jobs: path: results.sarif retention-days: 5 - name: Upload to code scanning - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: results.sarif