diff --git a/.github/workflows/release_tag.yaml b/.github/workflows/release_tag.yaml index f2399e1aa..67409d160 100644 --- a/.github/workflows/release_tag.yaml +++ b/.github/workflows/release_tag.yaml @@ -1,4 +1,4 @@ -name: Release Start +name: Release Tag on: # enable running the workflow manually @@ -30,7 +30,7 @@ jobs: tag: # only on original eclipse-hawkbit/hawkbit repo and when release fixed version if: github.repository == 'eclipse-hawkbit/hawkbit' && inputs.revision != '0-SNAPSHOT' - uses: ./.github/workflows/reusable_workflow_tag + uses: ./.github/workflows/reusable_workflow_tag.yaml permissions: contents: write with: diff --git a/.github/workflows/reusable_workflow_trivy-scan.yaml b/.github/workflows/reusable_workflow_trivy-scan.yaml index 745dc3560..46b79385e 100644 --- a/.github/workflows/reusable_workflow_trivy-scan.yaml +++ b/.github/workflows/reusable_workflow_trivy-scan.yaml @@ -99,4 +99,4 @@ jobs: uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-repository-jpa-init:latest.sarif' - category: "Container Images (hawkbit-update-server)" \ No newline at end of file + category: "Container Images (hawkbit-repository-jpa-init)" \ No newline at end of file