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