From d1758953842058ba836989528eca6376ea100f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:25:08 +0000 Subject: [PATCH] Bump github/codeql-action from 4.38.0 to 4.38.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.38.0 to 4.38.1. - [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.38.0...v4.38.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.1 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 85af07ab05..6f98a172ea 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.38.0 + uses: github/codeql-action/init@v4.38.1 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.38.0 + uses: github/codeql-action/analyze@v4.38.1 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/reusable_workflow_trivy-scan.yaml b/.github/workflows/reusable_workflow_trivy-scan.yaml index 222c5da872..5490ce8a54 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.38.0 + uses: github/codeql-action/upload-sarif@v4.38.1 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.38.0 + uses: github/codeql-action/upload-sarif@v4.38.1 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.38.0 + uses: github/codeql-action/upload-sarif@v4.38.1 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.38.0 + uses: github/codeql-action/upload-sarif@v4.38.1 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.38.0 + uses: github/codeql-action/upload-sarif@v4.38.1 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.38.0 + uses: github/codeql-action/upload-sarif@v4.38.1 with: ref: ${{ steps.upload-ref.outputs.ref }} sha: ${{ steps.get-sha.outputs.sha }}