diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 190598ac..37a586f2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e326e9a8..1749ef34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: postgresql_18: permissions: contents: read - uses: ./.github/workflows/single-postgres.yml + uses: $/.github/workflows/single-postgres.yml with: postgresql: 18 secrets: @@ -18,7 +18,7 @@ jobs: 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' @@ -26,7 +26,7 @@ jobs: 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' @@ -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"]' @@ -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"]' @@ -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"]' @@ -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"]' @@ -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 @@ -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 @@ -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 @@ -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"]' @@ -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: @@ -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"]' @@ -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"]' @@ -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"]' @@ -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"]' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d019819..689c17db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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 diff --git a/newsfragments/1443.misc.rst b/newsfragments/1443.misc.rst new file mode 100644 index 00000000..6fde7d81 --- /dev/null +++ b/newsfragments/1443.misc.rst @@ -0,0 +1 @@ +Update actions with zizmor 1.30.0 and migrate to maintained actionlint fork