Skip to content

Commit

Permalink
[CI] Fix brakeman scan (#1283)
Browse files Browse the repository at this point in the history
Addresses: #1263

Co-authored-by: Prashant <[email protected]>
  • Loading branch information
donrestarone and alis-khadka authored Dec 6, 2022
1 parent eb5e100 commit 5ed51da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Customize the ruby version depending on your needs
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'

Expand Down

0 comments on commit 5ed51da

Please sign in to comment.