We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit acd4de3Copy full SHA for acd4de3
.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@7886c6653556e1164c58a7603d88286b5f708293
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