We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit 712f481Copy full SHA for 712f481
.github/workflows/brakeman.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Ruby
37
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
38
with:
39
- ruby-version: '2.7'
+ ruby-version: '4.0.0'
40
41
- name: Setup Brakeman
42
env:
.github/workflows/rubocop.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Ruby
31
32
33
- ruby-version: 2.6
+ ruby-version: 4.0.0
34
35
# This step is not necessary if you add the gem to your Gemfile
- name: Install Code Scanning integration
0 commit comments