File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,4 @@ updates:
16
16
- " *"
17
17
allow :
18
18
- dependency-type : all
19
- cooldown :
20
- default-days : 1
21
- include :
22
- - " *"
23
19
Original file line number Diff line number Diff line change 43
43
- name : Install tools
44
44
run : brew install actionlint shellcheck zizmor
45
45
46
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47
47
with :
48
48
persist-credentials : false
49
49
93
93
path : results.sarif
94
94
95
95
- name : Upload SARIF file
96
- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
96
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
97
97
with :
98
98
sarif_file : results.sarif
99
99
category : zizmor
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Layout/ArgumentAlignment:
22
22
- " **/Formula/**/*.rb"
23
23
Layout/CaseIndentation :
24
24
EnforcedStyle : end
25
+ Layout/EmptyLinesAfterModuleInclusion :
26
+ Enabled : false
25
27
Layout/FirstArrayElementIndentation :
26
28
EnforcedStyle : consistent
27
29
Layout/FirstHashElementIndentation :
You can’t perform that action at this time.
0 commit comments