File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments