diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index f47948c85d..1f9e2b57d1 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -22,6 +22,9 @@ on: pull_request: env: + REPO_NAME: ${{ github.repository }} + REPO_OWNER: ${{ github.repository_owner }} + REPO_URL: ${{ github.server_url }}/${{ github.repository }} GHCR_REGISTRY: ghcr.io JAVA_VERSION: 17 DOCKER_HUB_REGISTRY_NAMESPACE: tractusx @@ -95,7 +98,7 @@ jobs: message: | ## ‼️ Dependency Check findings ‼️ One or more high/critical findings have been found during dependency check. Please check the depenency report: - https://github.com/eclipse-tractusx/traceability-foss/actions/runs/${{ github.run_id }} + ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Add PR comment uses: mshick/add-pr-comment@v2 diff --git a/.github/workflows/pull_request_issue.yml b/.github/workflows/pull_request_issue.yml index 2395028e34..b6259837a7 100644 --- a/.github/workflows/pull_request_issue.yml +++ b/.github/workflows/pull_request_issue.yml @@ -47,7 +47,7 @@ jobs: echo "" > pr_description.txt else PR_NUMBER=$(echo "$PR_TITLE" | grep -Eo '[0-9]{3,}' | head -n 1) - echo "resolves eclipse-tractusx/traceability-foss#$PR_NUMBER" > pr_description.txt + echo "resolves traceability-foss#$PR_NUMBER" > pr_description.txt fi - name: Update Pull Request diff --git a/CHANGELOG.md b/CHANGELOG.md index 26dd975c60..9b3bb0eede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). _**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_ ## [UNRELEASED - DD.MM.YYYY] +### Changed +- #XXX updated variables in github actions to be more generic ## [13.0.2 - 16.08.2024]