From bcc962e5dd556290a4e51f0c53ed91462d0e8b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:34:19 +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-14.yml | 4 ++-- .github/workflows/build-15.yml | 4 ++-- .github/workflows/build-16.yml | 4 ++-- .github/workflows/build-17.yml | 4 ++-- .github/workflows/build-18.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-14.yml b/.github/workflows/build-14.yml index 20dac44..f397c0d 100644 --- a/.github/workflows/build-14.yml +++ b/.github/workflows/build-14.yml @@ -82,7 +82,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 }} @@ -103,7 +103,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 }} diff --git a/.github/workflows/build-15.yml b/.github/workflows/build-15.yml index 4965f84..fea7858 100644 --- a/.github/workflows/build-15.yml +++ b/.github/workflows/build-15.yml @@ -82,7 +82,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 }} @@ -103,7 +103,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 }} diff --git a/.github/workflows/build-16.yml b/.github/workflows/build-16.yml index 0531931..791ac9b 100644 --- a/.github/workflows/build-16.yml +++ b/.github/workflows/build-16.yml @@ -82,7 +82,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 }} @@ -103,7 +103,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 }} diff --git a/.github/workflows/build-17.yml b/.github/workflows/build-17.yml index 33d5ce6..3651f7b 100644 --- a/.github/workflows/build-17.yml +++ b/.github/workflows/build-17.yml @@ -82,7 +82,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 }} @@ -103,7 +103,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 }} diff --git a/.github/workflows/build-18.yml b/.github/workflows/build-18.yml index 4bb21eb..c75da69 100644 --- a/.github/workflows/build-18.yml +++ b/.github/workflows/build-18.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 }}