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 ffce041 commit 5490c83Copy full SHA for 5490c83
action.yml
@@ -1,4 +1,4 @@
1
-name: 'Bandit Scan'
+name: 'Python Bandit Scan'
2
description: 'Bandit Scan'
3
branding:
4
icon: arrow-left
@@ -113,7 +113,7 @@ runs:
113
INPUT_INI_PATH: ${{ inputs.ini_path }}
114
115
- name: Upload artifact
116
- uses: actions/upload-artifact@main
+ uses: actions/upload-artifact@v4
117
with:
118
name: results.sarif
119
path: results.sarif
0 commit comments