We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e30c0 + ee750b2 commit 6d8b3fdCopy full SHA for 6d8b3fd
.github/workflows/actionlint.yml
@@ -79,7 +79,7 @@ jobs:
79
path: results.sarif
80
81
- name: Upload SARIF file
82
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
83
with:
84
sarif_file: results.sarif
85
category: zizmor
.rubocop.yml
@@ -1,5 +1,12 @@
1
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.
2
---
3
+plugins:
4
+- rubocop-md:
5
+ plugin_class_name: RuboCop::Markdown::Plugin
6
+- rubocop-performance:
7
+ plugin_class_name: RuboCop::Performance::Plugin
8
+- rubocop-rspec:
9
+ plugin_class_name: RuboCop::RSpec::Plugin
10
AllCops:
11
TargetRubyVersion: 3.3
12
NewCops: enable
0 commit comments