-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: ikalnytskyi/action-setup-postgres
base: v7
head repository: ikalnytskyi/action-setup-postgres
compare: v8
- 14 commits
- 4 files changed
- 1 contributor
Commits on Jul 5, 2025
-
Remove retired runners from CI
Both Ubuntu 20.04 and Windows 2019 runners have been retired and are no longer available.
Configuration menu - View commit details
-
Copy full SHA for e8edc06 - Browse repository at this point
Copy the full SHA e8edc06View commit details
Commits on Jul 6, 2025
-
Merge pull request #53 from ikalnytskyi/ihor/drop-retired-runners
Remove retired runners from CI
Configuration menu - View commit details
-
Copy full SHA for ec26547 - Browse repository at this point
Copy the full SHA ec26547View commit details
Commits on Oct 4, 2025
-
Add support of Linux/Windows
arm64runnersStarting Aug 07, 2025, Linux and Windows `arm64` standard hosted runners in public repositories are generally available[^1]. This patch makes these runners part of the test matrix, fixing necessary things along the way to make it happen. [^1]: https://github.blog/changelog/2025-08-07-arm64-hosted-runners-for-public-repositories-are-now-generally-available/
Configuration menu - View commit details
-
Copy full SHA for b9eada2 - Browse repository at this point
Copy the full SHA b9eada2View commit details -
Merge pull request #57 from ikalnytskyi/feat/arm-runners
Add support of Linux/Windows `arm64` runners
Configuration menu - View commit details
-
Copy full SHA for 59cc5c1 - Browse repository at this point
Copy the full SHA 59cc5c1View commit details -
Replace macOS 13 with macOS 26 in CI
macOS 13 runners are deprecated and will reach end-of-life soon. Replace them with macOS 26 runners.
Configuration menu - View commit details
-
Copy full SHA for ef01bbe - Browse repository at this point
Copy the full SHA ef01bbeView commit details -
Mention partner runners in README
There are public partner runners available on GitHub, such as ARM runners for Windows and Linux. Since we recently added their support, it worth mentioning them.
Configuration menu - View commit details
-
Copy full SHA for 9205102 - Browse repository at this point
Copy the full SHA 9205102View commit details -
Merge pull request #58 from ikalnytskyi/feat/macos-26
Replace macOS 13 with macOS 26 in CI
Configuration menu - View commit details
-
Copy full SHA for aa86a1c - Browse repository at this point
Copy the full SHA aa86a1cView commit details
Commits on Oct 9, 2025
-
PostgreSQL 18 is the most recent version of the PostgreSQL database, released on September 25, 2025. It just makes sense to keep up with the upstream versions if we can, hence this patch.
Configuration menu - View commit details
-
Copy full SHA for 2c85493 - Browse repository at this point
Copy the full SHA 2c85493View commit details -
Merge pull request #59 from ikalnytskyi/feat/postgres-18
Add PostgreSQL 18
Configuration menu - View commit details
-
Copy full SHA for c5ef182 - Browse repository at this point
Copy the full SHA c5ef182View commit details -
Bump action versions used in CI
This patch bumps the following actions used in CI to the following versions: * `actions/checkout@v4` -> `@v5` * `actions/setup-python@v6` -> `@v6`
Configuration menu - View commit details
-
Copy full SHA for fd3f3c9 - Browse repository at this point
Copy the full SHA fd3f3c9View commit details -
Merge pull request #60 from ikalnytskyi/chore/ci-actions-bump
Bump action versions used in CI
Configuration menu - View commit details
-
Copy full SHA for d5ef31a - Browse repository at this point
Copy the full SHA d5ef31aView commit details -
Add Zizmor job and address all reported issues
Zizmor is a static analysis tool for GitHub Actions. It detects a wide range of common security flaws in typical CI/CD workflows. By integrating Zizmor, this change ensures both the CI workflow and action itself is automatically checked against these classes of vulnerabilities.
Configuration menu - View commit details
-
Copy full SHA for 7c85708 - Browse repository at this point
Copy the full SHA 7c85708View commit details
Commits on Oct 10, 2025
-
Merge pull request #61 from ikalnytskyi/feat/zizmor
Add Zizmor job and address all reported issues
Configuration menu - View commit details
-
Copy full SHA for b6ae293 - Browse repository at this point
Copy the full SHA b6ae293View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4dda34 - Browse repository at this point
Copy the full SHA c4dda34View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7...v8