Skip to content

Commit

Permalink
chore(deps): update pre-commit hook woodruffw/zizmor-pre-commit to v1…
Browse files Browse the repository at this point in the history
….2.2 (#1039)

* chore(deps): update pre-commit hook woodruffw/zizmor-pre-commit to v1.2.2

* ci: set permissions explicitely

* chore: move zizmor config to `.github`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
  • Loading branch information
renovate[bot] and mkniewallner authored Jan 25, 2025
1 parent 0828296 commit a5d01d8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env:
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.5.24'

permissions: {}

jobs:
quality:
runs-on: ubuntu-24.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.5.24'

permissions: {}

jobs:
set-version:
runs-on: ubuntu-24.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-codecov-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches: [main]

permissions: {}

jobs:
validate-codecov-config:
runs-on: ubuntu-24.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
# renovate: datasource=node depName=node versioning=node
NODE_VERSION: "22"

permissions: {}

jobs:
validate-renovate-config:
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion zizmor.yml → .github/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ rules:
artipacked:
ignore:
# Required for publishing documentation to `gh-pages` branch.
- release.yml:220
- release.yml:222
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ repos:
pass_filenames: false

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: "v1.1.1"
rev: "v1.2.2"
hooks:
- id: zizmor

0 comments on commit a5d01d8

Please sign in to comment.