From 39aaa8c943beae228229cb63af320856cc8fff5b Mon Sep 17 00:00:00 2001 From: Stanislav Trailov Date: Fri, 15 May 2026 12:03:10 +0300 Subject: [PATCH] remove duplicate ref definition (#3084) Signed-off-by: strailov --- .github/workflows/reusable_workflow_trivy-scan.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/reusable_workflow_trivy-scan.yaml b/.github/workflows/reusable_workflow_trivy-scan.yaml index 159a490e8..4a956568f 100644 --- a/.github/workflows/reusable_workflow_trivy-scan.yaml +++ b/.github/workflows/reusable_workflow_trivy-scan.yaml @@ -123,7 +123,6 @@ jobs: sha: ${{ steps.get-sha.outputs.sha }} sarif_file: 'scans/hawkbit-ddi-server.sarif' category: "Container Images (hawkbit-ddi-server) [${{ inputs.ref }}]" - ref: refs/heads/${{ 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.35.1 @@ -132,7 +131,6 @@ jobs: sha: ${{ steps.get-sha.outputs.sha }} sarif_file: 'scans/hawkbit-dmf-server.sarif' category: "Container Images (hawkbit-dmf-server) [${{ inputs.ref }}]" - ref: refs/heads/${{ 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.35.1 @@ -141,7 +139,6 @@ jobs: sha: ${{ steps.get-sha.outputs.sha }} sarif_file: 'scans/hawkbit-mgmt-server.sarif' category: "Container Images (hawkbit-mgmt-server) [${{ inputs.ref }}]" - ref: refs/heads/${{ inputs.ref }} - name: Upload Docker image scan results to GitHub Security tab hawkbit-ui if: ${{ inputs.upload }} uses: github/codeql-action/upload-sarif@v4.35.1 @@ -150,7 +147,6 @@ jobs: sha: ${{ steps.get-sha.outputs.sha }} sarif_file: 'scans/hawkbit-ui.sarif' category: "Container Images (hawkbit-ui) [${{ inputs.ref }}]" - ref: refs/heads/${{ inputs.ref }} - name: Upload Docker image scan results to GitHub Security tab hawkbit-update-server if: ${{ inputs.upload }} @@ -160,7 +156,6 @@ jobs: sha: ${{ steps.get-sha.outputs.sha }} sarif_file: 'scans/hawkbit-update-server.sarif' category: "Container Images (hawkbit-update-server) [${{ inputs.ref }}]" - ref: refs/heads/${{ inputs.ref }} - name: Upload Docker image scan results to GitHub Security tab hawkbit-repository-jpa-init if: ${{ inputs.upload }} @@ -169,5 +164,4 @@ jobs: ref: refs/heads/${{ inputs.ref }} sha: ${{ steps.get-sha.outputs.sha }} sarif_file: 'scans/hawkbit-repository-jpa-init.sarif' - category: "Container Images (hawkbit-repository-jpa-init) [${{ inputs.ref }}]" - ref: refs/heads/${{ inputs.ref }} \ No newline at end of file + category: "Container Images (hawkbit-repository-jpa-init) [${{ inputs.ref }}]" \ No newline at end of file