Skip to content

Commit

Permalink
updating the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
anantshri committed Oct 14, 2024
1 parent 3cf218f commit 36222a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
bundle exec brakeman -4 -w2 -o brakeman-sast-report.html -o /dev/stdout
- name: Archive Brakeman SAST Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: brakeman-sast-report
path: brakeman-sast-report.html

0 comments on commit 36222a1

Please sign in to comment.