Skip to content

Commit

Permalink
Change brakeman to use new ruby action
Browse files Browse the repository at this point in the history
actions/ is deprecated and does not support ruby 2.7.2
  • Loading branch information
ethanmills committed Sep 29, 2021
1 parent 8e64ffa commit a0c4691
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 @@ -23,7 +23,7 @@ jobs:

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

Expand Down

0 comments on commit a0c4691

Please sign in to comment.