We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bf549 commit 8e5f881Copy full SHA for 8e5f881
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
bandit -r . -f json -o bandit-report.json || true
86
87
- name: Upload bandit report
88
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
89
if: always()
90
with:
91
name: bandit-security-report
0 commit comments