Skip to content

Commit

Permalink
Update pre-commit hook woodruffw/zizmor-pre-commit to v0.10.0 (#94)
Browse files Browse the repository at this point in the history
* Update pre-commit hook woodruffw/zizmor-pre-commit to v0.10.0

* Remove use of cache when releasing new versions

This removes a possible security issue by not making it possible to influence
the released artifacts by poisoning the cache in another job.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeppe Fihl-Pearson <[email protected]>
  • Loading branch information
renovate[bot] and Tenzer authored Dec 23, 2024
1 parent 6fea495 commit 206be06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
cache: poetry

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repos:
- id: ruff-format

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v0.8.0
rev: v0.10.0
hooks:
- id: zizmor

0 comments on commit 206be06

Please sign in to comment.