Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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}}"
12 changes: 6 additions & 6 deletions .github/workflows/reusable_workflow_trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,31 +130,31 @@ 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 }}
sarif_file: 'scans/hawkbit-ddi-server.sarif'
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 }}
sarif_file: 'scans/hawkbit-dmf-server.sarif'
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 }}
sarif_file: 'scans/hawkbit-mgmt-server.sarif'
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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
Loading