File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 88 RUBOCOP_TEST : false
99 RSPEC_TEST : true
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
1113 strategy :
1214 fail-fast : false
1315 matrix :
2729 RUBOCOP_TEST : false
2830 RSPEC_TEST : true
2931 runs-on : ubuntu-latest
32+ permissions :
33+ contents : read
3034 strategy :
3135 fail-fast : false
3236 matrix :
4650 RUBOCOP_TEST : false
4751 RSPEC_TEST : true
4852 runs-on : ubuntu-latest
53+ permissions :
54+ contents : read
4955 strategy :
5056 fail-fast : false
5157 matrix :
6571 RUBOCOP_TEST : false
6672 RSPEC_TEST : true
6773 runs-on : ubuntu-latest
74+ permissions :
75+ contents : read
6876 strategy :
6977 fail-fast : false
7078 matrix :
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Ruby
18- uses : ruby/setup-ruby@v1
18+ uses : ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
1919 with :
2020 ruby-version : ' 2.6'
2121 - run : bundle install
You can’t perform that action at this time.
0 commit comments