From a545f0c0599d41a040720689b5d2dfd512034b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:25:38 +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/reusable_workflow_trivy-scan.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/reusable_workflow_trivy-scan.yaml b/.github/workflows/reusable_workflow_trivy-scan.yaml index 75b27e91fe..cd741f6a3d 100644 --- a/.github/workflows/reusable_workflow_trivy-scan.yaml +++ b/.github/workflows/reusable_workflow_trivy-scan.yaml @@ -113,39 +113,39 @@ 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: sarif_file: 'scans/hawkbit-ddi-server.sarif' category: "Container Images (hawkbit-ddi-server)" - 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: sarif_file: 'scans/hawkbit-dmf-server.sarif' category: "Container Images (hawkbit-dmf-server)" - 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: sarif_file: 'scans/hawkbit-mgmt-server.sarif' category: "Container Images (hawkbit-mgmt-server)" - 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: sarif_file: 'scans/hawkbit-ui.sarif' category: "Container Images (hawkbit-ui)" - 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: sarif_file: 'scans/hawkbit-update-server.sarif' category: "Container Images (hawkbit-update-server)" - 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: sarif_file: 'scans/hawkbit-repository-jpa-init.sarif' category: "Container Images (hawkbit-repository-jpa-init)" \ No newline at end of file