Skip to content

Commit

Permalink
Merge pull request #13 from berquist/renovate/woodruffw-zizmor-pre-co…
Browse files Browse the repository at this point in the history
…mmit-1.x

chore(deps): update pre-commit hook woodruffw/zizmor-pre-commit to v1
  • Loading branch information
berquist authored Jan 24, 2025
2 parents e0c8c69 + 4904be6 commit 6ef59f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: Release

on:
push:
branches:
- master

permissions: {}

jobs:
release:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:
group: ci-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true

permissions: {}

jobs:
prechecks:
uses: ./.github/workflows/pre-commit.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
group: style-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true

permissions: {}

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
hooks:
- id: validate_manifest
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v0.10.0
rev: v1.2.2
hooks:
- id: zizmor
args: [--persona=pedantic]

0 comments on commit 6ef59f4

Please sign in to comment.