File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2828
2929 # Initializes the CodeQL tools for scanning.
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v2
31+ uses : github/codeql-action/init@v3
3232 with :
3333 languages : ${{ matrix.language }}
3434
Original file line number Diff line number Diff line change 1- 3.4.4
1+ 3.4.5
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.4 AS base
1+ FROM ruby:3.4.5 AS base
22
33RUN bundle config set frozen 'true' && \
44 bundle config set path '/vendor/bundle'
Original file line number Diff line number Diff line change 44 addressable (2.8.7 )
55 public_suffix (>= 2.0.2 , < 7.0 )
66 base64 (0.3.0 )
7- bigdecimal (3.1.9 )
7+ bigdecimal (3.2.2 )
88 colorator (1.1.0 )
99 concurrent-ruby (1.3.5 )
1010 csv (3.3.5 )
1111 em-websocket (0.5.3 )
1212 eventmachine (>= 0.12.9 )
1313 http_parser.rb (~> 0 )
1414 eventmachine (1.2.7 )
15- ffi (1.17.1 )
15+ ffi (1.17.2 )
1616 forwardable-extended (2.6.0 )
17- google-protobuf (4.30.1 )
17+ google-protobuf (4.32.0 )
1818 bigdecimal
1919 rake (>= 13 )
2020 http_parser.rb (0.8.0 )
4747 jekyll (>= 3.8 , < 5.0 )
4848 jekyll-watch (2.2.1 )
4949 listen (~> 3.0 )
50- json (2.10 .2 )
50+ json (2.13 .2 )
5151 kramdown (2.5.1 )
5252 rexml (>= 3.3.9 )
5353 kramdown-parser-gfm (1.1.0 )
6060 mercenary (0.4.0 )
6161 pathutil (0.16.2 )
6262 forwardable-extended (~> 2.6 )
63- public_suffix (6.0.1 )
64- rake (13.2.1 )
63+ public_suffix (6.0.2 )
64+ rake (13.3.0 )
6565 rb-fsevent (0.11.2 )
6666 rb-inotify (0.11.1 )
6767 ffi (~> 1.0 )
68- rexml (3.4.1 )
69- rouge (4.5.1 )
68+ rexml (3.4.2 )
69+ rouge (4.6.0 )
7070 safe_yaml (1.0.5 )
71- sass-embedded (1.86 .0 )
72- google-protobuf (~> 4.30 )
71+ sass-embedded (1.91 .0 )
72+ google-protobuf (~> 4.31 )
7373 rake (>= 13 )
7474 terminal-table (3.0.2 )
7575 unicode-display_width (>= 1.1.1 , < 3 )
@@ -89,4 +89,4 @@ DEPENDENCIES
8989 webrick
9090
9191BUNDLED WITH
92- 2.6.6
92+ 2.7.1
You can’t perform that action at this time.
0 commit comments