Skip to content

Commit ca05dcb

Browse files
authored
chore: rename to @zizmorcore (#11)
1 parent bac1abf commit ca05dcb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
1717
persist-credentials: false
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1919
with:
2020
python-version: "3.x"
21-
- uses: tox-dev/action-pre-commit-uv@v1
21+
- uses: tox-dev/action-pre-commit-uv@270ddcea3d0ff0ef1527f49d12590954f31b4b3f # v1.0.2

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- if: ${{ startsWith(github.event_name, 'repository_dispatch') }}
1717
run: sleep 30
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
# NOTE: needed for git operations below
2222
persist-credentials: true
2323

24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2525
with:
2626
python-version: "3.11"
2727

@@ -62,7 +62,7 @@ jobs:
6262
echo $TAG_NAME
6363
gh release create "$TAG_NAME" \
6464
--title "$TAG_NAME" \
65-
--notes "See: https://github.com/woodruffw/zizmor/releases/tag/${TAG_NAME}" \
65+
--notes "See: https://github.com/zizmorcore/zizmor/releases/tag/${TAG_NAME}" \
6666
--latest
6767
env:
6868
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
require_serial: true
88
entry: zizmor
99
args:
10-
- "--no-progress" # https://github.com/woodruffw/zizmor/issues/582
10+
- "--no-progress" # https://github.com/zizmorcore/zizmor/issues/582

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
[![image](https://img.shields.io/pypi/v/zizmor/1.7.0.svg)](https://pypi.python.org/pypi/zizmor)
44
[![image](https://img.shields.io/pypi/l/zizmor/1.7.0.svg)](https://pypi.python.org/pypi/zizmor)
5-
[![Actions status](https://github.com/woodruffw/zizmor-pre-commit/workflows/main/badge.svg)](https://github.com/woodruffw/zizmor-pre-commit/actions)
5+
[![Actions status](https://github.com/zizmorcore/zizmor-pre-commit/workflows/main/badge.svg)](https://github.com/zizmorcore/zizmor-pre-commit/actions)
66

7-
A [pre-commit](https://pre-commit.com/) hook for [Zizmor](https://github.com/woodruffw/zizmor).
7+
A [pre-commit](https://pre-commit.com/) hook for [zizmor](https://github.com/zizmorcore/zizmor).
88

9-
Distributed as a standalone repository to enable installing Zizmor via prebuilt wheels from
9+
Distributed as a standalone repository to enable installing `zizmor` via prebuilt wheels from
1010
[PyPI](https://pypi.org/project/zizmor/).
1111

12-
### Using Zizmor with pre-commit
12+
### Using zizmor with pre-commit
1313

1414
To run zizmor via pre-commit, add the following to your `.pre-commit-config.yaml`:
1515

1616
```yaml
1717
repos:
18-
- repo: https://github.com/woodruffw/zizmor-pre-commit
18+
- repo: https://github.com/zizmorcore/zizmor-pre-commit
1919
# Zizmor version.
2020
rev: v1.7.0
2121
hooks:

0 commit comments

Comments
 (0)