From 68af92b1f1bf2b4cfbfc1b10670e7cf7fafb4c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:15:56 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.37.7 to 4.37.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.7 to 4.37.8. - [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.37.7...v4.37.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docker-image-main.yml | 2 +- .github/workflows/deploy-docker-image-release.yml | 2 +- .github/workflows/docker-image-ci.yml | 2 +- .github/workflows/vulnerability-scanner.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docker-image-main.yml b/.github/workflows/deploy-docker-image-main.yml index 332be30..7798e3e 100644 --- a/.github/workflows/deploy-docker-image-main.yml +++ b/.github/workflows/deploy-docker-image-main.yml @@ -55,7 +55,7 @@ jobs: ignore-unfixed: true - name: Upload Trivy results to the Security tab - uses: github/codeql-action/upload-sarif@v4.37.7 + uses: github/codeql-action/upload-sarif@v4.37.8 if: always() with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/deploy-docker-image-release.yml b/.github/workflows/deploy-docker-image-release.yml index 50815e5..6176886 100644 --- a/.github/workflows/deploy-docker-image-release.yml +++ b/.github/workflows/deploy-docker-image-release.yml @@ -54,7 +54,7 @@ jobs: ignore-unfixed: true - name: Upload Trivy results to the Security tab - uses: github/codeql-action/upload-sarif@v4.37.7 + uses: github/codeql-action/upload-sarif@v4.37.8 if: always() with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index 1608d57..90924d1 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -53,7 +53,7 @@ jobs: ignore-unfixed: true - name: Upload Trivy results to the Security tab - uses: github/codeql-action/upload-sarif@v4.37.7 + uses: github/codeql-action/upload-sarif@v4.37.8 if: always() with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/vulnerability-scanner.yaml b/.github/workflows/vulnerability-scanner.yaml index 70dc14f..2ac6c6e 100644 --- a/.github/workflows/vulnerability-scanner.yaml +++ b/.github/workflows/vulnerability-scanner.yaml @@ -23,7 +23,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy results to the Security tab - uses: github/codeql-action/upload-sarif@v4.37.7 + uses: github/codeql-action/upload-sarif@v4.37.8 if: always() with: sarif_file: 'trivy-results.sarif'