File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
with :
17
17
persist-credentials : false
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
19
19
with :
20
20
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
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
- if : ${{ startsWith(github.event_name, 'repository_dispatch') }}
17
17
run : sleep 30
18
18
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
with :
21
21
# NOTE: needed for git operations below
22
22
persist-credentials : true
23
23
24
- - uses : actions/setup-python@v5
24
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25
25
with :
26
26
python-version : " 3.11"
27
27
62
62
echo $TAG_NAME
63
63
gh release create "$TAG_NAME" \
64
64
--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}" \
66
66
--latest
67
67
env :
68
68
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7
7
require_serial : true
8
8
entry : zizmor
9
9
args :
10
- - " --no-progress" # https://github.com/woodruffw /zizmor/issues/582
10
+ - " --no-progress" # https://github.com/zizmorcore /zizmor/issues/582
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ image] ( https://img.shields.io/pypi/v/zizmor/1.7.0.svg )] ( https://pypi.python.org/pypi/zizmor )
4
4
[ ![ 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 )
6
6
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 ) .
8
8
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
10
10
[ PyPI] ( https://pypi.org/project/zizmor/ ) .
11
11
12
- ### Using Zizmor with pre-commit
12
+ ### Using zizmor with pre-commit
13
13
14
14
To run zizmor via pre-commit, add the following to your ` .pre-commit-config.yaml ` :
15
15
16
16
``` yaml
17
17
repos :
18
- - repo : https://github.com/woodruffw /zizmor-pre-commit
18
+ - repo : https://github.com/zizmorcore /zizmor-pre-commit
19
19
# Zizmor version.
20
20
rev : v1.7.0
21
21
hooks :
You can’t perform that action at this time.
0 commit comments