diff --git a/aikido-full-scan/README.md b/aikido-full-scan/README.md index 27edbf6..140f8c4 100644 --- a/aikido-full-scan/README.md +++ b/aikido-full-scan/README.md @@ -11,7 +11,7 @@ Composite wrapper around the Aikido full-release Docker scan. Automatically reso ## Usage ```yaml -- uses: schmalz/shared-actions/.forgejo/actions/aikido-full-scan@v1 +- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-full-scan@aikido-full-scan-v1 with: apikey: ${{ secrets.AIKIDO_API_KEY }} ``` diff --git a/aikido-pr-scan/README.md b/aikido-pr-scan/README.md index 4f6cd31..c106c5c 100644 --- a/aikido-pr-scan/README.md +++ b/aikido-pr-scan/README.md @@ -12,7 +12,7 @@ Composite wrapper around the Aikido PR Docker scan. Automatically resolves repos ## Usage ```yaml -- uses: schmalz/shared-actions/.forgejo/actions/aikido-pr-scan@v1 +- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-pr-scan@aikido-pr-scan-v1 with: apikey: ${{ secrets.AIKIDO_API_KEY }} fail-on: high diff --git a/checkout/README.md b/checkout/README.md index 819e519..4b251d1 100644 --- a/checkout/README.md +++ b/checkout/README.md @@ -16,7 +16,7 @@ Composite wrapper around actions/checkout pinned to a specific commit SHA to pre ## Usage ```yaml -- uses: schmalz/shared-actions/.forgejo/actions/checkout@v1 +- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1 ``` ## Notes