File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Initialize CodeQL
4242 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 - name : Configure Ruby
3535 uses : ./.github/actions/setup
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 # Checkout the code
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 3131 - if : github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3232 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3333
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 with :
3636 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3737
Original file line number Diff line number Diff line change 2929 - if : github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3030 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3131
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 with :
3434 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3535
Original file line number Diff line number Diff line change 2929 matrix : ${{ steps.set-matrix.outputs.matrix }}
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 with :
3434 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3535
5454
5555 steps :
5656 - name : Checkout code
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858
5959 - name : Configure Ruby
6060 uses : ./.github/actions/setup
6666
6767 - name : Upload coverage
6868 if : matrix.ruby == '3.2' || matrix.ruby == '3.3'
69- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
69+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2
Original file line number Diff line number Diff line change 4040 securerandom (>= 0.3 )
4141 tzinfo (~> 2.0 , >= 2.0.5 )
4242 uri (>= 0.13.1 )
43- addressable (2.8.7 )
44- public_suffix (>= 2.0.2 , < 7 .0 )
43+ addressable (2.8.8 )
44+ public_suffix (>= 2.0.2 , < 8 .0 )
4545 ast (2.4.3 )
4646 base64 (0.3.0 )
4747 bigdecimal (3.3.1 )
4848 builder (3.3.0 )
4949 coderay (1.1.3 )
5050 concurrent-ruby (1.3.5 )
51- connection_pool (2.5.4 )
51+ connection_pool (2.5.5 )
5252 coveralls (0.7.1 )
5353 multi_json (~> 1.3 )
5454 rest-client
130130 mime-types-data (~> 3.2015 )
131131 mime-types-data (3.2024.1105 )
132132 mini_portile2 (2.8.9 )
133- minitest (5.26.1 )
133+ minitest (5.26.2 )
134134 multi_json (1.15.0 )
135135 nenv (0.3.0 )
136136 netrc (0.11.0 )
160160 parser (3.3.10.0 )
161161 ast (~> 2.4.1 )
162162 racc
163- pp (0.6.1 )
163+ pp (0.6.3 )
164164 prettyprint
165165 prettyprint (0.2.0 )
166166 prism (1.6.0 )
170170 psych (5.2.6 )
171171 date
172172 stringio
173- public_suffix (6 .0.1 )
173+ public_suffix (7 .0.0 )
174174 racc (1.8.1 )
175175 rack (3.2.4 )
176176 rack-session (2.1.1 )
242242 rubocop-ast (1.48.0 )
243243 parser (>= 3.3.7.2 )
244244 prism (~> 1.4 )
245- rubocop-rails (2.34.0 )
245+ rubocop-rails (2.34.1 )
246246 activesupport (>= 4.2.0 )
247247 lint_roller (~> 1.1 )
248248 rack (>= 1.1 )
You can’t perform that action at this time.
0 commit comments