Skip to content

Commit 491651b

Browse files
Merge pull request #3 from reactive-firewall/main
Back port to development
2 parents 2d60b3a + 5feae96 commit 491651b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 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,13 +113,13 @@ 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
120120

121121
- name: Upload SARIF file
122-
uses: github/codeql-action/upload-sarif@v2
122+
uses: github/codeql-action/upload-sarif@v3
123123
with:
124124
sarif_file: results.sarif
125125

0 commit comments

Comments
 (0)