Skip to content

Commit 91ae13e

Browse files
authored
fix: Fix version in bandit-security-check-python-agents-api.yml
1 parent 654f082 commit 91ae13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/bandit-security-check-python-agents-api.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ on:
22
pull_request:
33
branches:
44
- main
5+
- dev
56

67
jobs:
78
bandit_check:
89
name: bandit check security of python code in agents-api
910
runs-on: ubuntu-latest
1011

1112
steps:
12-
- uses: mdegis/[email protected]
13+
- uses: mdegis/bandit-action@v1.0.1
1314
with:
1415
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1516
path: "./agents-api/agents_api"

0 commit comments

Comments
 (0)