remove duplicate ref definition (#3084)

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
Stanislav Trailov
2026-05-15 12:03:10 +03:00
committed by GitHub
parent eba16e529e
commit 39aaa8c943

View File

@@ -123,7 +123,6 @@ jobs:
sha: ${{ steps.get-sha.outputs.sha }} sha: ${{ steps.get-sha.outputs.sha }}
sarif_file: 'scans/hawkbit-ddi-server.sarif' sarif_file: 'scans/hawkbit-ddi-server.sarif'
category: "Container Images (hawkbit-ddi-server) [${{ inputs.ref }}]" 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 - name: Upload Docker image scan results to GitHub Security tab hawkbit-dmf-server
if: ${{ inputs.upload }} if: ${{ inputs.upload }}
uses: github/codeql-action/upload-sarif@v4.35.1 uses: github/codeql-action/upload-sarif@v4.35.1
@@ -132,7 +131,6 @@ jobs:
sha: ${{ steps.get-sha.outputs.sha }} sha: ${{ steps.get-sha.outputs.sha }}
sarif_file: 'scans/hawkbit-dmf-server.sarif' sarif_file: 'scans/hawkbit-dmf-server.sarif'
category: "Container Images (hawkbit-dmf-server) [${{ inputs.ref }}]" 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 - name: Upload Docker image scan results to GitHub Security tab hawkbit-mgmt-server
if: ${{ inputs.upload }} if: ${{ inputs.upload }}
uses: github/codeql-action/upload-sarif@v4.35.1 uses: github/codeql-action/upload-sarif@v4.35.1
@@ -141,7 +139,6 @@ jobs:
sha: ${{ steps.get-sha.outputs.sha }} sha: ${{ steps.get-sha.outputs.sha }}
sarif_file: 'scans/hawkbit-mgmt-server.sarif' sarif_file: 'scans/hawkbit-mgmt-server.sarif'
category: "Container Images (hawkbit-mgmt-server) [${{ inputs.ref }}]" 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 - name: Upload Docker image scan results to GitHub Security tab hawkbit-ui
if: ${{ inputs.upload }} if: ${{ inputs.upload }}
uses: github/codeql-action/upload-sarif@v4.35.1 uses: github/codeql-action/upload-sarif@v4.35.1
@@ -150,7 +147,6 @@ jobs:
sha: ${{ steps.get-sha.outputs.sha }} sha: ${{ steps.get-sha.outputs.sha }}
sarif_file: 'scans/hawkbit-ui.sarif' sarif_file: 'scans/hawkbit-ui.sarif'
category: "Container Images (hawkbit-ui) [${{ inputs.ref }}]" 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 - name: Upload Docker image scan results to GitHub Security tab hawkbit-update-server
if: ${{ inputs.upload }} if: ${{ inputs.upload }}
@@ -160,7 +156,6 @@ jobs:
sha: ${{ steps.get-sha.outputs.sha }} sha: ${{ steps.get-sha.outputs.sha }}
sarif_file: 'scans/hawkbit-update-server.sarif' sarif_file: 'scans/hawkbit-update-server.sarif'
category: "Container Images (hawkbit-update-server) [${{ inputs.ref }}]" 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 - name: Upload Docker image scan results to GitHub Security tab hawkbit-repository-jpa-init
if: ${{ inputs.upload }} if: ${{ inputs.upload }}
@@ -169,5 +164,4 @@ jobs:
ref: refs/heads/${{ inputs.ref }} ref: refs/heads/${{ inputs.ref }}
sha: ${{ steps.get-sha.outputs.sha }} sha: ${{ steps.get-sha.outputs.sha }}
sarif_file: 'scans/hawkbit-repository-jpa-init.sarif' sarif_file: 'scans/hawkbit-repository-jpa-init.sarif'
category: "Container Images (hawkbit-repository-jpa-init) [${{ inputs.ref }}]" category: "Container Images (hawkbit-repository-jpa-init) [${{ inputs.ref }}]"
ref: refs/heads/${{ inputs.ref }}