diff --git a/docs/contributor/04-30-ci-cd.md b/docs/contributor/04-30-ci-cd.md index ee2fadd82..30057d845 100644 --- a/docs/contributor/04-30-ci-cd.md +++ b/docs/contributor/04-30-ci-cd.md @@ -25,8 +25,8 @@ The following CI jobs are part of the development cycle. | [`PR Integration Gardener / Istio integration test GCP`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L53) | Executes the integration test suites for the Istio module on a GCP Gardener cluster. | | [`PR Integration Gardener / Istio integration test AWS specific`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L89) | Executes the integration test suite specific for AWS Hyperscaler. | | [`PR Integration Gardener / Istio integration test GCP specific`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L120) | Executes the integration test suite specific for GCP Hyperscaler. | -| [`UI Tests / Run UI tests`](https://github.com/kyma-project/istio/blob/65822779cbf899909088820ab009450e579199f8/.github/workflows/call-ui-tests.yaml#L7) | Runs UI tests for Busola extensions of the Istio module. | -| [`Workflow validation / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/65822779cbf899909088820ab009450e579199f8/.github/workflows/call-verify-commit-pins.yaml#L7) | Verifies that all external actions are pinned to a commit. | +| [`UI Tests / Run UI tests`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-ui-tests.yaml#L8) | Runs UI tests for Busola extensions of the Istio module. | +| [`Workflow validation / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-verify-commit-pins.yaml#L8) | Verifies that all external actions are pinned to a commit. | | [`Pull Request pipeline / gitleaks`](https://github.com/kyma-project/istio/blob/58c8333423e0c88c4de62ee4b15ba233af50f544/.github/workflows/pull-request.yaml#L10) | Runs the Gitleaks scan to detect any leaks of secrets. | | [`Sync External Images / sync-external-images`](https://github.com/kyma-project/istio/blob/0a36feb5ef1383b248d9a59e8c22706204491e9d/.github/workflows/sync-external-images.yaml#L20) | Executes image syncer to import external images. |