From 219b20120def9b41b938910f2c52de53c721e060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:53:56 +0000 Subject: [PATCH] Bump github/codeql-action from 4 to 4.37.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [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/v4...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-32.yml | 4 ++-- .github/workflows/build-33.yml | 4 ++-- .github/workflows/build-34.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-32.yml b/.github/workflows/build-32.yml index d948eac..b17c925 100644 --- a/.github/workflows/build-32.yml +++ b/.github/workflows/build-32.yml @@ -83,7 +83,7 @@ jobs: vuln-type: os,library - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: trivy-results.sarif category: trivy-${{ env.TAG }} @@ -104,7 +104,7 @@ jobs: fail-build: false - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: ${{ steps.grype.outputs.sarif }} category: grype-${{ env.TAG }} \ No newline at end of file diff --git a/.github/workflows/build-33.yml b/.github/workflows/build-33.yml index 78ebc85..7c7ccfb 100644 --- a/.github/workflows/build-33.yml +++ b/.github/workflows/build-33.yml @@ -83,7 +83,7 @@ jobs: vuln-type: os,library - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: trivy-results.sarif category: trivy-${{ env.TAG }} @@ -104,7 +104,7 @@ jobs: fail-build: false - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: ${{ steps.grype.outputs.sarif }} category: grype-${{ env.TAG }} \ No newline at end of file diff --git a/.github/workflows/build-34.yml b/.github/workflows/build-34.yml index 7946b81..3ca758a 100644 --- a/.github/workflows/build-34.yml +++ b/.github/workflows/build-34.yml @@ -83,7 +83,7 @@ jobs: vuln-type: os,library - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: trivy-results.sarif category: trivy-${{ env.TAG }} @@ -104,7 +104,7 @@ jobs: fail-build: false - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: ${{ steps.grype.outputs.sarif }} category: grype-${{ env.TAG }} \ No newline at end of file