Skip to content

Commit 5490c83

Browse files
Update name in action.yml
1 parent ffce041 commit 5490c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Bandit Scan'
1+
name: 'Python Bandit Scan'
22
description: 'Bandit Scan'
33
branding:
44
icon: arrow-left
@@ -113,7 +113,7 @@ runs:
113113
INPUT_INI_PATH: ${{ inputs.ini_path }}
114114

115115
- name: Upload artifact
116-
uses: actions/upload-artifact@main
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: results.sarif
119119
path: results.sarif

0 commit comments

Comments
 (0)