Commit graph

25 commits

Author SHA1 Message Date
Stéphane Bidoul
971780531e Harden ci workflow 2025-11-29 21:25:05 +01:00
Stéphane Bidoul
68ee2686a1 Fix image push target 2025-11-29 20:12:34 +01:00
Stéphane Bidoul
c6c792aa11 Build image with semver tags 2025-11-29 20:09:31 +01:00
dependabot[bot]
7a99c5bae3
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 01:38:13 +00:00
dependabot[bot]
22dd716158
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-15 07:15:12 +00:00
Stéphane Bidoul
05051e7ea4
Merge pull request #134 from sbidoul/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 1 to 5
2025-10-15 09:14:33 +02:00
Stéphane Bidoul
e5b6c4e731
Merge pull request #135 from sbidoul/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2025-10-15 09:14:24 +02:00
dependabot[bot]
ab95fa4c01
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 17:26:58 +00:00
dependabot[bot]
8484a2de98
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 17:26:57 +00:00
dependabot[bot]
c9c1b03bd8
Bump codecov/codecov-action from 1 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 17:26:55 +00:00
Stéphane Bidoul
5c302a454f Autoupdate GItHub actions 2025-10-14 19:26:12 +02:00
Stéphane Bidoul
3a05212422 Upgrade dependencies, use python 3.13 2025-03-01 14:03:24 +01:00
Stéphane Bidoul
a8c20fab2c Upgrade GitHub actions 2023-11-19 13:09:45 +01:00
Stéphane Bidoul
243ec771de Require python 3.12
Probably not strictly necessary but I don't want
to test with many versions.
2023-11-19 12:50:40 +01:00
Stéphane Bidoul
3ec2c5b062 Test with python 3.11 2022-11-20 21:25:34 +01:00
Stéphane Bidoul
07615c1fe8
Only build image on main branch 2021-11-14 14:47:05 +01:00
Stéphane Bidoul
88e5cb5b44
Finish strict typing 2021-11-14 14:42:02 +01:00
Stéphane Bidoul
24f97db3b3
Remove pre-commit job
We use pre-commit.ci instead
2021-11-06 00:03:37 +01:00
Stéphane Bidoul
b28029a37e
Require pre-commit for building image 2021-11-05 23:53:31 +01:00
Stéphane Bidoul
98393b9af3
ci: add missing authentication in build image step 2021-11-05 23:50:51 +01:00
Stéphane Bidoul
f7f8c03897
Build container image 2021-11-05 23:43:19 +01:00
Stéphane Bidoul
3339259346
Setup env vars for tests 2021-11-05 21:26:55 +01:00
Stéphane Bidoul
5f46b29886
ci: add missing checkout 2021-11-05 21:04:36 +01:00
Stéphane Bidoul
6885ff6b3c
Bootstrap test suite 2021-11-05 20:59:39 +01:00
Stéphane Bidoul
c2c2e4bac9
Add basic CI 2021-10-17 15:44:23 +02:00