Skip to content

Commit 8ac48d8

Browse files
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `ruby/setup-ruby` from 1.319.0 to 1.321.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@003a5c4...95ef2b0) Updates `zizmorcore/zizmor-action` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@6599ee8...6fc4b00) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5a9506 commit 8ac48d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- run: rm Gemfile.lock
30-
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.319.0
30+
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.321.0
3131
with:
3232
ruby-version: "4.0"
3333
bundler-cache: true
@@ -48,7 +48,7 @@ jobs:
4848
uses: rhysd/actionlint@914e7df21a07ef503a81201c76d2b11c789d3fca # v1.7.12
4949

5050
- name: Run zizmor
51-
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
51+
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
5252
with:
5353
advanced-security: false
5454

@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
- run: rm Gemfile.lock
68-
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.319.0
68+
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.321.0
6969
with:
7070
ruby-version: ${{matrix.ruby}}
7171
bundler-cache: true
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- run: rm Gemfile.lock
83-
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
83+
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
8484
with:
8585
ruby-version: "4.0"
8686
- name: Install nokogiri with system libraries

0 commit comments

Comments
 (0)