feat: add Aikido full and PR scan actions #4

Merged
Michael.Seele merged 2 commits from feature/aikido into main 2026-04-30 11:24:04 +00:00

Co-authored-by: Copilot copilot@github.com

Co-authored-by: Copilot <copilot@github.com>
Michael.Seele added 1 commit 2026-04-30 11:05:42 +00:00
feat: add Aikido full and PR scan actions
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m45s
baa353e537
Co-authored-by: Copilot <copilot@github.com>
requested review from Developers 2026-04-30 11:05:42 +00:00
Markus.Opahle requested changes 2026-04-30 11:14:12 +00:00
Dismissed
@ -0,0 +11,4 @@
## Usage
```yaml
- uses: schmalz/shared-actions/.forgejo/actions/aikido-full-scan@v1

der Pfad ist falsch

der Pfad ist falsch
Michael.Seele marked this conversation as resolved
@ -0,0 +18,4 @@
## Notes
- Delegates to `.forgejo/actions/internal-aikido-full-scan` with organization, repository name, and branch name resolved automatically from the Forgejo context.

hier auch

hier auch
Michael.Seele marked this conversation as resolved
@ -0,0 +12,4 @@
runs:
using: composite
steps:
- uses: ./.forgejo/actions/internal-aikido-full-scan

und hier

und hier
Michael.Seele marked this conversation as resolved
@ -0,0 +12,4 @@
## Usage
```yaml
- uses: schmalz/shared-actions/.forgejo/actions/aikido-pr-scan@v1

hier

hier
Michael.Seele marked this conversation as resolved
@ -0,0 +20,4 @@
## Notes
- Delegates to `.forgejo/actions/internal-aikido-pr-scan` with organization, repository name, branch name, and base/head commit SHAs resolved automatically from the Forgejo context.

hier

hier
Michael.Seele marked this conversation as resolved
@ -0,0 +16,4 @@
runs:
using: composite
steps:
- uses: ./.forgejo/actions/internal-aikido-pr-scan

hier auch

hier auch
Michael.Seele marked this conversation as resolved
Michael.Seele added 1 commit 2026-04-30 11:16:06 +00:00
fix: correct paths
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m14s
e2b8769ae0
Michael.Seele force-pushed feature/aikido from e2b8769ae0 to fc82729de8 2026-04-30 11:17:51 +00:00 Compare
Markus.Opahle approved these changes 2026-04-30 11:23:29 +00:00
Michael.Seele merged commit dee0fc4bbb into main 2026-04-30 11:24:04 +00:00
Michael.Seele deleted branch feature/aikido 2026-04-30 11:24:04 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: schmalz/shared-actions#4
No description provided.