Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
permissions:
contents: read
uses: ./.github/workflows/build.yml
uses: $/.github/workflows/build.yml

publish:
name: Publish Python 🐍 distributions 📦 to PyPI
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ jobs:
postgresql_18:
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 18
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
postgresql_async_extra:
permissions:
contents: read
uses: ./.github/workflows/async-postgres.yml
uses: $/.github/workflows/async-postgres.yml
with:
postgresql: 18
python-version: '3.12'
os: ubuntu-latest
windows_postgres_async_extra:
permissions:
contents: read
uses: ./.github/workflows/async-postgres.yml
uses: $/.github/workflows/async-postgres.yml
with:
postgresql: 17
python-version: '3.14'
Expand All @@ -35,14 +35,14 @@ jobs:
needs: [postgresql_18]
permissions:
contents: read
uses: ./.github/workflows/oldest-postgres.yml
uses: $/.github/workflows/oldest-postgres.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
postgresql_17:
needs: [postgresql_18]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 17
python-versions: '["3.11", "3.12", "3.13", "3.14", "3.15", "pypy-3.11"]'
Expand All @@ -52,7 +52,7 @@ jobs:
needs: [postgresql_17]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 16
python-versions: '["3.12", "3.13", "3.14", "3.15"]'
Expand All @@ -62,7 +62,7 @@ jobs:
needs: [postgresql_16]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 15
python-versions: '["3.14", "3.15"]'
Expand All @@ -72,7 +72,7 @@ jobs:
needs: [postgresql_15]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 14
python-versions: '["3.14", "3.15"]'
Expand All @@ -82,7 +82,7 @@ jobs:
needs: [postgresql_18]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 18
os: macos-latest
Expand All @@ -93,7 +93,7 @@ jobs:
needs: [postgresql_17, macos_postgres_18]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 17
os: macos-latest
Expand All @@ -104,7 +104,7 @@ jobs:
needs: [postgresql_16, macos_postgres_17]
permissions:
contents: read
uses: ./.github/workflows/single-postgres.yml
uses: $/.github/workflows/single-postgres.yml
with:
postgresql: 16
os: macos-latest
Expand All @@ -115,7 +115,7 @@ jobs:
needs: [postgresql_17]
permissions:
contents: read
uses: ./.github/workflows/single-postgres-windows.yml
uses: $/.github/workflows/single-postgres-windows.yml
with:
postgresql: 17
python-versions: '["3.12", "3.13", "3.14", "3.15"]'
Expand All @@ -125,7 +125,7 @@ jobs:
needs: [postgresql_18]
permissions:
contents: read
uses: ./.github/workflows/dockerised-postgres.yml
uses: $/.github/workflows/dockerised-postgres.yml
with:
postgresql: 18
secrets:
Expand All @@ -134,7 +134,7 @@ jobs:
needs: [postgresql_17, docker_postgresql_18]
permissions:
contents: read
uses: ./.github/workflows/dockerised-postgres.yml
uses: $/.github/workflows/dockerised-postgres.yml
with:
postgresql: 17
python-versions: '["3.11", "3.12", "3.13", "3.14", "3.15"]'
Expand All @@ -144,7 +144,7 @@ jobs:
needs: [postgresql_16, docker_postgresql_18]
permissions:
contents: read
uses: ./.github/workflows/dockerised-postgres.yml
uses: $/.github/workflows/dockerised-postgres.yml
with:
postgresql: 16
python-versions: '["3.12", "3.13", "3.14", "3.15"]'
Expand All @@ -154,7 +154,7 @@ jobs:
needs: [postgresql_15, docker_postgresql_16]
permissions:
contents: read
uses: ./.github/workflows/dockerised-postgres.yml
uses: $/.github/workflows/dockerised-postgres.yml
with:
postgresql: 15
python-versions: '["3.13", "3.14", "3.15"]'
Expand All @@ -164,7 +164,7 @@ jobs:
needs: [postgresql_14, docker_postgresql_15]
permissions:
contents: read
uses: ./.github/workflows/dockerised-postgres.yml
uses: $/.github/workflows/dockerised-postgres.yml
with:
postgresql: 14
python-versions: '["3.14", "3.15"]'
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: ruff-format

- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.29.0
rev: v1.30.0
hooks:
- id: zizmor
args: [--no-progress, --fix]
Expand All @@ -53,8 +53,8 @@ repos:
hooks:
- id: check-python-version-consistency

- repo: https://github.com/rhysd/actionlint
rev: v1.7.12
- repo: https://github.com/kjanat/actionlint
rev: v1.14.0
hooks:
- id: actionlint

Expand Down
1 change: 1 addition & 0 deletions newsfragments/1443.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update actions with zizmor 1.30.0 and migrate to maintained actionlint fork