Skip to content

Commit 4e97806

Browse files
committed
ci: zizmor-ignore bundler cache on non-publishing jobs
1 parent bc87d06 commit 4e97806

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
4242
with:
4343
ruby-version: "4.0"
44-
bundler-cache: true
44+
bundler-cache: true # zizmor: ignore[cache-poisoning]
4545
- run: bundle exec rake rubocop
4646

4747
basic:
@@ -194,7 +194,7 @@ jobs:
194194
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
195195
with:
196196
ruby-version: "4.0"
197-
bundler-cache: true
197+
bundler-cache: true # zizmor: ignore[cache-poisoning]
198198
- run: bundle exec ruby ./ext/sqlite3/extconf.rb --download-dependencies
199199
- id: rcd_image_version
200200
run: bundle exec ruby -e 'require "rake_compiler_dock"; puts "rcd_image_version=#{RakeCompilerDock::IMAGE_VERSION}"' >> $GITHUB_OUTPUT
@@ -212,7 +212,7 @@ jobs:
212212
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
213213
with:
214214
ruby-version: "4.0"
215-
bundler-cache: true
215+
bundler-cache: true # zizmor: ignore[cache-poisoning]
216216
- run: ./bin/test-gem-build gems ruby
217217
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
218218
with:

.github/workflows/rdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
2929
with:
3030
ruby-version: "4.0"
31-
bundler-cache: true
31+
bundler-cache: true # zizmor: ignore[cache-poisoning]
3232
- run: bundle exec rdoc
3333
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
3434
with:

0 commit comments

Comments
 (0)