Change runner type from self-hosted to ubuntu-latest
This commit is contained in:
@@ -3,7 +3,7 @@ name: Code Analysis (Bandit)
|
||||
on: push
|
||||
jobs:
|
||||
bandit:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: mdegis/bandit-action@v1.0
|
||||
|
||||
Reference in New Issue
Block a user