Skip to content

Commit 8c2466f

Browse files
Merge branch 'master' into dependabot/github_actions/github/codeql-action-3.28.8
2 parents 1e9222c + 8a70353 commit 8c2466f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/sync/shared-config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ def git(*args)
220220

221221
# Update Gemfile.lock if it exists, based on the Ruby version.
222222
#
223-
# rubocop:disable Homebrew/NegateInclude
224223
# We don't have Homebrew exclude? method here.
224+
# rubocop:disable Homebrew/NegateInclude
225225
if !custom_ruby_version_repos.include?(repository_name) && target_gemfile_lock.exist?
226226
Dir.chdir target_directory_path do
227227
require "bundler"

.github/workflows/sync-shared-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .
100100

101101
- name: Install Ruby
102-
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
102+
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
103103
with:
104104
bundler-cache: true
105105

0 commit comments

Comments
 (0)