We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit 2a77afcCopy full SHA for 2a77afc
.github/workflows/brakeman.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Customize the ruby version depending on your needs
36
- name: Setup Ruby
37
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
+ uses: ruby/setup-ruby@fb404b9557c186e349162b0d8efb06e2bc36edea
38
with:
39
ruby-version: '2.7'
40
.github/workflows/rubocop.yml
@@ -28,7 +28,7 @@ jobs:
28
# If running on a self-hosted runner, check it meets the requirements
29
# listed at https://github.com/ruby/setup-ruby#using-self-hosted-runners
30
- name: Set up Ruby
31
32
33
ruby-version: 2.6
0 commit comments