From cbe2f90844ede6dc387058de9b8c0e1be81e61b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:26:16 +0000 Subject: [PATCH] Bump github/codeql-action from 4.37.8 to 4.37.9 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9. - [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.8...v4.37.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 4 ++-- .github/workflows/reusable_workflow_trivy-scan.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index ebaeb1f22c..0fe2e451be 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.8 + uses: github/codeql-action/init@v4.37.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -53,6 +53,6 @@ jobs: run: mvn install -DskipTests - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.8 + uses: github/codeql-action/analyze@v4.37.9 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/reusable_workflow_trivy-scan.yaml b/.github/workflows/reusable_workflow_trivy-scan.yaml index aac48a45b5..8cdda235c4 100644 --- a/.github/workflows/reusable_workflow_trivy-scan.yaml +++ b/.github/workflows/reusable_workflow_trivy-scan.yaml @@ -130,7 +130,7 @@ jobs: - name: Upload Docker image scan results to GitHub Security tab hawkbit-ddi-server if: ${{ inputs.upload }} - uses: github/codeql-action/upload-sarif@v4.37.8 + uses: github/codeql-action/upload-sarif@v4.37.9 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }} @@ -138,7 +138,7 @@ jobs: category: "Container Images (hawkbit-ddi-server) [${{ inputs.ref }}]" - name: Upload Docker image scan results to GitHub Security tab hawkbit-dmf-server if: ${{ inputs.upload }} - uses: github/codeql-action/upload-sarif@v4.37.8 + uses: github/codeql-action/upload-sarif@v4.37.9 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }} @@ -146,7 +146,7 @@ jobs: category: "Container Images (hawkbit-dmf-server) [${{ inputs.ref }}]" - name: Upload Docker image scan results to GitHub Security tab hawkbit-mgmt-server if: ${{ inputs.upload }} - uses: github/codeql-action/upload-sarif@v4.37.8 + uses: github/codeql-action/upload-sarif@v4.37.9 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }} @@ -154,7 +154,7 @@ jobs: category: "Container Images (hawkbit-mgmt-server) [${{ inputs.ref }}]" - name: Upload Docker image scan results to GitHub Security tab hawkbit-ui if: ${{ inputs.upload }} - uses: github/codeql-action/upload-sarif@v4.37.8 + uses: github/codeql-action/upload-sarif@v4.37.9 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }} @@ -163,7 +163,7 @@ jobs: - name: Upload Docker image scan results to GitHub Security tab hawkbit-update-server if: ${{ inputs.upload }} - uses: github/codeql-action/upload-sarif@v4.37.8 + uses: github/codeql-action/upload-sarif@v4.37.9 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }} @@ -172,7 +172,7 @@ jobs: - name: Upload Docker image scan results to GitHub Security tab hawkbit-repository-jpa-init if: ${{ inputs.upload }} - uses: github/codeql-action/upload-sarif@v4.37.8 + uses: github/codeql-action/upload-sarif@v4.37.9 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }}