Skip to content

Commit 78ae5f8

Browse files
authored
Merge pull request #1043 from Homebrew/sync-shared-config
2 parents f88457d + 42cb70c commit 78ae5f8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ updates:
1616
- "*"
1717
allow:
1818
- dependency-type: all
19-
cooldown:
20-
default-days: 1
21-
include:
22-
- "*"
2319

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

@@ -93,7 +93,7 @@ jobs:
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

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Layout/ArgumentAlignment:
2222
- "**/Formula/**/*.rb"
2323
Layout/CaseIndentation:
2424
EnforcedStyle: end
25+
Layout/EmptyLinesAfterModuleInclusion:
26+
Enabled: false
2527
Layout/FirstArrayElementIndentation:
2628
EnforcedStyle: consistent
2729
Layout/FirstHashElementIndentation:

0 commit comments

Comments
 (0)