File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 ndcube/*setup_package*
55 ndcube/extern/*
66 ndcube/version*
7+ ndcube/_dev/*
8+ */ndcube/_dev/*
79 */ndcube/conftest.py
810 */ndcube/*setup_package*
911 */ndcube/extern/*
Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 " ,
3+ "commit" : " cc15a3492324a0415ea444c5f52b1913323ad3ba " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3333 " .github/workflows/sub_package_update.yml"
3434 ],
3535 "_template" : " https://github.com/sunpy/package-template" ,
36- "_commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 "
36+ "_commit" : " cc15a3492324a0415ea444c5f52b1913323ad3ba "
3737 }
3838 },
3939 "directory" : null
Original file line number Diff line number Diff line change 66 interval : " monthly"
77 cooldown :
88 default-days : 7
9+ groups :
10+ actions :
11+ patterns :
12+ - " *"
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 - run : ls -lha dist/
142142
143143 - name : Run upload
144- uses : pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses]
144+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
145145
146146 notify :
147147 if : ${{ !cancelled() && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 issues : write
106106 steps :
107107 - name : Open an issue if workflow fails
108- uses : actions/github-script@v8 # zizmor: ignore[unpinned-uses]
108+ uses : actions/github-script@v9 # zizmor: ignore[unpinned-uses]
109109 with :
110110 github-token : ${{ github.token }}
111111 # This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/zizmorcore/zizmor-pre-commit
3- rev : v1.23 .1
3+ rev : v1.24 .1
44 hooks :
55 - id : zizmor
66 # This should be before any formatting hooks like isort
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : " v0.15.8 "
8+ rev : " v0.15.12 "
99 hooks :
1010 - id : ruff
1111 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments