Skip to content

Commit f9dc253

Browse files
build(deps): bump actions/download-artifact in the all group
Bumps the all group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) build(deps): bump the all group across 1 directory with 2 updates Bumps the all group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.79.0 to 1.79.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.0...v1.79.2) Updates `regexp_parser` from 2.10.0 to 2.11.0 - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) - [Commits](ammar/regexp_parser@v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: rubocop dependency-version: 1.79.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: regexp_parser dependency-version: 2.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46f3015 commit f9dc253

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
security-events: write
8888
steps:
8989
- name: Download SARIF file
90-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
90+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9191
with:
9292
name: results.sarif
9393
path: results.sarif

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ GEM
2424
racc (1.8.1)
2525
rainbow (3.1.1)
2626
rake (13.3.0)
27-
regexp_parser (2.10.0)
27+
regexp_parser (2.11.0)
2828
rexml (3.4.1)
29-
rubocop (1.79.0)
29+
rubocop (1.79.2)
3030
json (~> 2.3)
3131
language_server-protocol (~> 3.17.0.2)
3232
lint_roller (~> 1.1.0)
@@ -36,7 +36,6 @@ GEM
3636
regexp_parser (>= 2.9.3, < 3.0)
3737
rubocop-ast (>= 1.46.0, < 2.0)
3838
ruby-progressbar (~> 1.7)
39-
tsort (>= 0.2.0)
4039
unicode-display_width (>= 2.4.0, < 4.0)
4140
rubocop-ast (1.46.0)
4241
parser (>= 3.3.7.2)
@@ -51,7 +50,6 @@ GEM
5150
simplecov (~> 0.19)
5251
simplecov-html (0.13.2)
5352
simplecov_json_formatter (0.1.4)
54-
tsort (0.2.0)
5553
unicode-display_width (3.1.4)
5654
unicode-emoji (~> 4.0, >= 4.0.4)
5755
unicode-emoji (4.0.4)

0 commit comments

Comments
 (0)