mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Update daily_check GitHub Action
This changeset updates the reference of the upload_artifacts action from GitHub to be v4 instead of v3. v3 is being deprecated at the end of January 2025. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
2
.github/workflows/daily_checks.yml
vendored
2
.github/workflows/daily_checks.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Run scan
|
- name: Run scan
|
||||||
run: bandit -r app/ -f txt -o /tmp/bandit-output.txt --confidence-level medium
|
run: bandit -r app/ -f txt -o /tmp/bandit-output.txt --confidence-level medium
|
||||||
- name: Upload bandit artifact
|
- name: Upload bandit artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bandit-report
|
name: bandit-report
|
||||||
path: /tmp/bandit-output.txt
|
path: /tmp/bandit-output.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user