fix: move aikido internal actions into the shared actions to make it work
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 56s
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 56s
This commit is contained in:
parent
092f0c75a8
commit
b009c23bb7
8 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: ./.forgejo/actions/internal-aikido-full-scan
|
||||
- uses: ./aikido-full-scan/docker
|
||||
with:
|
||||
apikey: ${{ inputs.apikey }}
|
||||
organization: ${{ forgejo.repository_owner }}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: ./.forgejo/actions/internal-aikido-pr-scan
|
||||
- uses: ./aikido-pr-scan/docker
|
||||
with:
|
||||
apikey: ${{ inputs.apikey }}
|
||||
organization: ${{ forgejo.repository_owner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue