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.
2 parents 2d60b3a + 5feae96 commit 491651bCopy full SHA for 491651b
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,13 +113,13 @@ 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
120
121
- name: Upload SARIF file
122
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
123
124
sarif_file: results.sarif
125
0 commit comments