diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index a6e848c..5d9768f 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 diff --git a/.rubocop.yml b/.rubocop.yml index 646abda..3f025aa 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -169,7 +169,7 @@ Style/InvertibleUnlessCondition: Enabled: true InverseMethods: :==: :!= - :zero?: + :zero?: :blank?: :present? Style/MutableConstant: EnforcedStyle: strict