Skip to content

Commit d759ecc

Browse files
build(deps): bump github/codeql-action in the all group
Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.30.0 to 3.30.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2d92b76...192325c) build(deps): bump the all group across 1 directory with 3 updates Bumps the all group with 2 updates in the / directory: [rexml](https://github.com/ruby/rexml) and [unicode-display_width](https://github.com/janlelis/unicode-display_width). Updates `rexml` from 3.4.2 to 3.4.4 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.2...v3.4.4) Updates `unicode-display_width` from 3.1.5 to 3.2.0 - [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md) - [Commits](janlelis/unicode-display_width@v3.1.5...v3.2.0) Updates `unicode-emoji` from 4.0.4 to 4.1.0 - [Changelog](https://github.com/janlelis/unicode-emoji/blob/main/CHANGELOG.md) - [Commits](janlelis/unicode-emoji@v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rexml dependency-version: 3.4.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: unicode-display_width dependency-version: 3.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: unicode-emoji dependency-version: 4.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9579e5 commit d759ecc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: results.sarif
9494

9595
- name: Upload SARIF file
96-
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
96+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
9797
with:
9898
sarif_file: results.sarif
9999
category: zizmor

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
rainbow (3.1.1)
2626
rake (13.3.0)
2727
regexp_parser (2.11.2)
28-
rexml (3.4.2)
28+
rexml (3.4.4)
2929
rubocop (1.80.2)
3030
json (~> 2.3)
3131
language_server-protocol (~> 3.17.0.2)
@@ -50,9 +50,9 @@ GEM
5050
simplecov (~> 0.19)
5151
simplecov-html (0.13.2)
5252
simplecov_json_formatter (0.1.4)
53-
unicode-display_width (3.1.5)
54-
unicode-emoji (~> 4.0, >= 4.0.4)
55-
unicode-emoji (4.0.4)
53+
unicode-display_width (3.2.0)
54+
unicode-emoji (~> 4.1)
55+
unicode-emoji (4.1.0)
5656

5757
PLATFORMS
5858
ruby

0 commit comments

Comments
 (0)