Skip to content

Commit f5eaa07

Browse files
george-gcaTeusner
authored andcommitted
Updated dependencies (alshedivat#2925)
Signed-off-by: George Araújo <[email protected]>
1 parent 628d59f commit f5eaa07

File tree

2 files changed

+66
-58
lines changed

2 files changed

+66
-58
lines changed

.github/workflows/codeql.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: ["main"]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: ["main"]
1919
schedule:
20-
- cron: '45 4 * * 3'
20+
- cron: "45 4 * * 3"
2121

2222
jobs:
2323
analyze:
@@ -43,10 +43,10 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
- language: javascript-typescript
47-
build-mode: none
48-
- language: ruby
49-
build-mode: none
46+
- language: javascript-typescript
47+
build-mode: none
48+
- language: ruby
49+
build-mode: none
5050
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
5151
# Use `c-cpp` to analyze code written in C, C++ or both
5252
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -56,39 +56,39 @@ jobs:
5656
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
59-
- name: Checkout repository
60-
uses: actions/checkout@v4
59+
- name: Checkout repository
60+
uses: actions/checkout@v4
6161

62-
# Initializes the CodeQL tools for scanning.
63-
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@v3
65-
with:
66-
languages: ${{ matrix.language }}
67-
build-mode: ${{ matrix.build-mode }}
68-
# If you wish to specify custom queries, you can do so here or in a config file.
69-
# By default, queries listed here will override any specified in a config file.
70-
# Prefix the list here with "+" to use these queries and those in the config file.
62+
# Initializes the CodeQL tools for scanning.
63+
- name: Initialize CodeQL
64+
uses: github/codeql-action/init@v3
65+
with:
66+
languages: ${{ matrix.language }}
67+
build-mode: ${{ matrix.build-mode }}
68+
# If you wish to specify custom queries, you can do so here or in a config file.
69+
# By default, queries listed here will override any specified in a config file.
70+
# Prefix the list here with "+" to use these queries and those in the config file.
7171

72-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
73-
# queries: security-extended,security-and-quality
72+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
73+
# queries: security-extended,security-and-quality
7474

75-
# If the analyze step fails for one of the languages you are analyzing with
76-
# "We were unable to automatically build your code", modify the matrix above
77-
# to set the build mode to "manual" for that language. Then modify this step
78-
# to build your code.
79-
# ℹ️ Command-line programs to run using the OS shell.
80-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
81-
- if: matrix.build-mode == 'manual'
82-
shell: bash
83-
run: |
84-
echo 'If you are using a "manual" build mode for one or more of the' \
85-
'languages you are analyzing, replace this with the commands to build' \
86-
'your code, for example:'
87-
echo ' make bootstrap'
88-
echo ' make release'
89-
exit 1
75+
# If the analyze step fails for one of the languages you are analyzing with
76+
# "We were unable to automatically build your code", modify the matrix above
77+
# to set the build mode to "manual" for that language. Then modify this step
78+
# to build your code.
79+
# ℹ️ Command-line programs to run using the OS shell.
80+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
81+
- if: matrix.build-mode == 'manual'
82+
shell: bash
83+
run: |
84+
echo 'If you are using a "manual" build mode for one or more of the' \
85+
'languages you are analyzing, replace this with the commands to build' \
86+
'your code, for example:'
87+
echo ' make bootstrap'
88+
echo ' make release'
89+
exit 1
9090
91-
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@v3
93-
with:
94-
category: "/language:${{matrix.language}}"
91+
- name: Perform CodeQL Analysis
92+
uses: github/codeql-action/analyze@v3
93+
with:
94+
category: "/language:${{matrix.language}}"

Gemfile.lock

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
bibtex-ruby (6.1.0)
2222
latex-decode (~> 0.0)
2323
racc (~> 1.7)
24-
bigdecimal (3.1.8)
24+
bigdecimal (3.1.9)
2525
citeproc (1.0.10)
2626
namae (~> 1.0)
2727
citeproc-ruby (1.1.14)
@@ -42,7 +42,7 @@ GEM
4242
css_parser (1.21.0)
4343
addressable
4444
cssminify2 (2.0.1)
45-
csv (3.3.0)
45+
csv (3.3.2)
4646
deep_merge (1.2.2)
4747
drb (2.2.1)
4848
em-websocket (0.5.3)
@@ -66,22 +66,22 @@ GEM
6666
ffi (1.17.0-x86_64-linux-musl)
6767
forwardable-extended (2.6.0)
6868
gemoji (4.1.0)
69-
google-protobuf (4.29.1)
69+
google-protobuf (4.29.2)
7070
bigdecimal
7171
rake (>= 13)
72-
google-protobuf (4.29.1-aarch64-linux)
72+
google-protobuf (4.29.2-aarch64-linux)
7373
bigdecimal
7474
rake (>= 13)
75-
google-protobuf (4.29.1-arm64-darwin)
75+
google-protobuf (4.29.2-arm64-darwin)
7676
bigdecimal
7777
rake (>= 13)
78-
google-protobuf (4.29.1-x86-linux)
78+
google-protobuf (4.29.2-x86-linux)
7979
bigdecimal
8080
rake (>= 13)
81-
google-protobuf (4.29.1-x86_64-darwin)
81+
google-protobuf (4.29.2-x86_64-darwin)
8282
bigdecimal
8383
rake (>= 13)
84-
google-protobuf (4.29.1-x86_64-linux)
84+
google-protobuf (4.29.2-x86_64-linux)
8585
bigdecimal
8686
rake (>= 13)
8787
html-pipeline (2.14.3)
@@ -154,7 +154,7 @@ GEM
154154
gemoji (>= 3, < 5)
155155
html-pipeline (~> 2.2)
156156
jekyll (>= 3.0, < 5.0)
157-
json (2.9.0)
157+
json (2.9.1)
158158
json-minify (0.0.3)
159159
json (> 0)
160160
kramdown (2.5.1)
@@ -166,29 +166,37 @@ GEM
166166
listen (3.9.0)
167167
rb-fsevent (~> 0.10, >= 0.10.3)
168168
rb-inotify (~> 0.9, >= 0.9.10)
169-
logger (1.6.3)
169+
logger (1.6.4)
170170
loofah (2.23.1)
171171
crass (~> 1.0.2)
172172
nokogiri (>= 1.12.0)
173173
matrix (0.4.2)
174174
mercenary (0.4.0)
175175
mini_mime (1.1.5)
176+
mini_portile2 (2.8.8)
176177
minitest (5.25.4)
177178
multi_xml (0.7.1)
178179
bigdecimal (~> 3.1)
179180
namae (1.2.0)
180181
racc (~> 1.7)
181-
nokogiri (1.17.2-aarch64-linux)
182+
nokogiri (1.18.1)
183+
mini_portile2 (~> 2.8.2)
182184
racc (~> 1.4)
183-
nokogiri (1.17.2-arm-linux)
185+
nokogiri (1.18.1-aarch64-linux-gnu)
184186
racc (~> 1.4)
185-
nokogiri (1.17.2-arm64-darwin)
187+
nokogiri (1.18.1-aarch64-linux-musl)
186188
racc (~> 1.4)
187-
nokogiri (1.17.2-x86-linux)
189+
nokogiri (1.18.1-arm-linux-gnu)
188190
racc (~> 1.4)
189-
nokogiri (1.17.2-x86_64-darwin)
191+
nokogiri (1.18.1-arm-linux-musl)
190192
racc (~> 1.4)
191-
nokogiri (1.17.2-x86_64-linux)
193+
nokogiri (1.18.1-arm64-darwin)
194+
racc (~> 1.4)
195+
nokogiri (1.18.1-x86_64-darwin)
196+
racc (~> 1.4)
197+
nokogiri (1.18.1-x86_64-linux-gnu)
198+
racc (~> 1.4)
199+
nokogiri (1.18.1-x86_64-linux-musl)
192200
racc (~> 1.4)
193201
pathutil (0.16.2)
194202
forwardable-extended (~> 2.6)
@@ -198,7 +206,7 @@ GEM
198206
rb-fsevent (0.11.2)
199207
rb-inotify (0.11.1)
200208
ffi (~> 1.0)
201-
rexml (3.3.9)
209+
rexml (3.4.0)
202210
rouge (4.5.1)
203211
safe_yaml (1.0.5)
204212
sass-embedded (1.83.0-aarch64-linux-gnu)
@@ -222,7 +230,7 @@ GEM
222230
sass-embedded (1.83.0-x86_64-linux-musl)
223231
google-protobuf (~> 4.28)
224232
sax-machine (1.3.2)
225-
securerandom (0.4.0)
233+
securerandom (0.4.1)
226234
terminal-table (3.0.2)
227235
unicode-display_width (>= 1.1.1, < 3)
228236
terser (1.2.4)
@@ -281,4 +289,4 @@ DEPENDENCIES
281289
webrick
282290

283291
BUNDLED WITH
284-
2.5.7
292+
2.6.2

0 commit comments

Comments
 (0)