We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3866aa commit 52099ccCopy full SHA for 52099cc
.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@a6b46b8a08edb18935835849f2a17072d5cc8c73
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