This repository was archived by the owner on Oct 15, 2025. It is now read-only.
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:
1616 - " *"
1717 allow :
1818 - dependency-type : all
19- cooldown :
20- default-days : 1
21- include :
22- - " *"
2319
Original file line number Diff line number Diff line change 4343 - name : Install tools
4444 run : brew install actionlint shellcheck zizmor
4545
46- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747 with :
4848 persist-credentials : false
4949
9393 path : results.sarif
9494
9595 - 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
9797 with :
9898 sarif_file : results.sarif
9999 category : zizmor
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Layout/ArgumentAlignment:
2222 - " **/Formula/**/*.rb"
2323Layout/CaseIndentation :
2424 EnforcedStyle : end
25+ Layout/EmptyLinesAfterModuleInclusion :
26+ Enabled : false
2527Layout/FirstArrayElementIndentation :
2628 EnforcedStyle : consistent
2729Layout/FirstHashElementIndentation :
You can’t perform that action at this time.
0 commit comments