From e582eea06f1a22c2a2b5012c4b9368cc80f43bb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:17:18 +0000 Subject: [PATCH 1/2] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index a6e848cc..5d9768f9 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -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 From c2877846d5203f8b02d071f87b92e058285f1e58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:17:19 +0000 Subject: [PATCH 2/2] .rubocop.yml: update to match main configuration --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 646abda1..3f025aad 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -169,7 +169,7 @@ Style/InvertibleUnlessCondition: Enabled: true InverseMethods: :==: :!= - :zero?: + :zero?: :blank?: :present? Style/MutableConstant: EnforcedStyle: strict