Skip to content

Commit

Permalink
Merge pull request #262 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
Synchronize shared configuration
  • Loading branch information
ZhongRuoyu authored Dec 11, 2024
2 parents a68e66b + aa6b3f8 commit 7ffb735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
path: results.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3
with:
sarif_file: results.sarif
category: zizmor
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Style/InvertibleUnlessCondition:
Enabled: true
InverseMethods:
:==: :!=
:zero?:
:zero?:
:blank?: :present?
Style/MutableConstant:
EnforcedStyle: strict
Expand Down

0 comments on commit 7ffb735

Please sign in to comment.