summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-11-26[4.2.x] Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs. Backport of e48527f91d341c85a652499a5baaf725d36ae54f from main.
2025-11-21[4.2.x] Configured dangerous-triggers zizmor rule.Jacob Walls
Backport of 846613e521104fa2f2e1c2023e4a1a9886a2ff48 from main.
2025-11-21[4.2.x] Addressed unpinned-uses zizmor finding.Jacob Walls
Backport of 86b8058b40145fb5ba4fd859676225f533eca986 from main.
2025-11-21[4.2.x] Simplified actions after applying zizmor auto-fixes.Jacob Walls
Backport of 08f4901b3fd3f352ef9cea830d000aee73152556 from main.
2025-11-21[4.2.x] Applied auto-fixes from zizmor findings.Jacob Walls
Backport of e8958c4690faef27b6715524ecb5c49c3ecb6a09 from main.
2025-11-21[4.2.x] Added GitHub Actions linter (zizmor).Jacob Walls
At the direction of the Security Team. Thanks Markus Holtermann, Jake Howard, and Natalia Bidart for reviews. Backport of 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 from main.
2025-11-10[4.2.x] Fixed unsafe variable interpolation in GitHub Action workflow.Markus Holtermann
Thank you Davide Netti for the report and initial patch. Co-authored-by: Davide Netti <davide.netti4@gmail.com> Backport of 01c70ba14899409e86dc3f6c6bcae0afc48094e7 from main.
2025-07-16[4.2.x] Fixed GitHub Action that checks commit prefixes to fetch PR head ↵nessita
correctly. Backport of 8499fba0e18826a77fe32cbc13a3d951d9ca8924 from main.
2025-07-16[4.2.x] Added GitHub Action to enforce stable branch commit message prefix.nessita
Backport of 10386fac00be55e73279459f00f1959c3ef30a1c from main.
2025-05-05[4.2.x] Adjusted GitHub Action workflow to test Python versions based off ↵Natalia
pyproject.toml.
2025-04-23[4.2.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning ↵David Smith
for docs builds. Backport of 73d532d9a92d4d472564f3251499a428d1da9835 from main.
2025-04-23[4.2.x] Pinned isort version to "<6.0.0" to avoid undesired reformat.nessita
Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main.
2024-10-09[4.2.x] Added GitHub Action workflow to test all Python versions listed in ↵nessita
the project config file. Backport of 470f4c2436e00873a31673a5992c5260b2de4e97 from main.
2024-01-30[4.2.x] Pinned black == 23.12.1 for blacken-docs checks.nessita
2024-01-29[4.2.x] Pinned black == 23.12.1 in GitHub actions, pre-commit and test ↵nessita
requirements.
2023-09-05[4.2.x] Bumped checkout version in Github actions configuration.Mariusz Felisiak
Backport of 4f0c0e6fa1ce2e4da9407f122d0c1c27c7f8ad83 from main.
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ↵Mariusz Felisiak
adjusted docs. This adds: - GitHub actions, - tox configuration, - pre-commit hook, and - makefile rules to run blacken-docs linter. Co-authored-by: David Smith <smithdc@gmail.com> Backport of 6015bab80e28aef2669f6fac53423aa65f70cb08 from main
2023-02-14[4.2.x] Bumped versions in pre-commit and npm configurations.Sarah Boyce
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 from main
2022-11-22Bumped gh-problem-matcher-wrap version to 2.0.0.Mariusz Felisiak
This avoids issues with using deprecated Node.js 12 actions.
2022-11-09Added Python 3.12 to daily builds.Mariusz Felisiak
2022-10-26Refs #33173 -- Used Python 3.11 for GitHub actions.Mariusz Felisiak
2022-10-26Bumped gh-problem-matcher-wrap version to 1.0.2.Mariusz Felisiak
2022-09-19Fixed permissions for GitHub action with welcome message.Mariusz Felisiak
Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
2022-09-16Fixed permissions for GitHub action with welcome message.Mariusz Felisiak
Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
2022-09-16Fixed permissions for GitHub action with welcome message.Mariusz Felisiak
2022-09-15Used first-interaction for GitHub action with welcome message.Mariusz Felisiak
2022-09-06Fixed #33862 -- Added workflow to run the ASV benchmarks for labeled PR.Deepak Dinesh
2022-08-04Restricted permissions for GitHub tokens.Mariusz Felisiak
2022-08-04Pinned gh-problem-matcher-wrap to the commit in GitHub actions.Mariusz Felisiak
2022-06-24Bumped versions in Github actions configuration.Mariusz Felisiak
2022-05-21Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-03-18Added packaging tools to GitHub actions.Mariusz Felisiak
2022-03-14Added GitHub action with daily builds for Windows and JavaScript tests.Florian Apolloner
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-03-08Used Ubuntu 20.04 for docs GitHub action.Mariusz Felisiak
2022-03-07Made Github actions auto-cancel redundant jobs.Mariusz Felisiak
2022-03-07Bumped versions in Github actions configuration to v3.Mariusz Felisiak
2022-02-07Refs #33476 -- Added GitHub action to run black linter.Carlton Gibson
2022-02-04Reverted "Disabled caching in GitHub actions for Windows tests."Mariusz Felisiak
This reverts commit 11661d3815f273a6968cf09ecc678cf6fa6dcfcd. Fixed in setup-python 2.3.2.
2022-02-03Disabled caching in GitHub actions for Windows tests.Mariusz Felisiak
See https://github.com/actions/setup-python/issues/328.
2022-01-26Used GitHub actions for Windows tests.Tom Forbes
2021-11-04Enabled GitHub Code of Conduct.Adam Johnson
2021-10-11Used Python 3.10 for docs and linters GitHub actions.Mariusz Felisiak
2021-10-11Reverted "Pinned flake8 == 3.9.2 in GitHub actions."Mariusz Felisiak
This reverts commit f2a28e11d910f2aba67f62ad2d7870d24b4ce24b.
2021-10-11Pinned flake8 == 3.9.2 in GitHub actions.Mariusz Felisiak
See https://github.com/PyCQA/flake8/issues/1408
2021-09-22Skipped GitHub actions for linters and JavaScript tests on purely doc changes.Mariusz Felisiak
2021-07-29Used Ubuntu 18.04 for docs GitHub action.Mariusz Felisiak
2021-03-12Made GitHub action add welcome message only after opening PR.Mariusz Felisiak
2021-03-12Added GitHub action with welcome message for first-time contributors.Tom Forbes
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-03-09Updated Git branch "master" to "main" in GitHub actions workflows.Markus Holtermann
2021-02-26Used GitHub actions for docs tests.Mariusz Felisiak
Co-Authored-By: Tom Forbes <tom@tomforb.es>