Skip to content

Commit be83a81

Browse files
authored
Merge pull request #227 from cclib/renovate/zizmorcore-zizmor-pre-commit-1.x
Update pre-commit hook zizmorcore/zizmor-pre-commit to v1.15.2
2 parents 509a6c2 + c7dd92b commit be83a81

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
nix:
1919
uses: ./.github/workflows/nix.yml
2020
all:
21+
name: CI success
2122
needs: [prechecks, nix]
2223
runs-on: ubuntu-latest
2324
steps:

.github/workflows/nix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
nix-build:
17+
name: Check Nix flake
1718
runs-on: ubuntu-latest
1819
steps:
1920
# Install Nix on the runner

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions: {}
1313

1414
jobs:
1515
pre-commit:
16+
name: Run pre-commit
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
additional_dependencies:
5858
- "github.com/wasilibs/go-shellcheck/cmd/[email protected]"
5959
- repo: https://github.com/zizmorcore/zizmor-pre-commit
60-
rev: "v1.9.0"
60+
rev: "v1.15.2"
6161
hooks:
6262
- id: zizmor
63-
args: [--no-progress, --persona=pedantic]
63+
args: [--no-progress, --persona=pedantic, --fix]

0 commit comments

Comments
 (0)