Commit Graph

137 Commits

Author SHA1 Message Date
sebthom
664c0dfc7f Replace deprecated set-output with GITHUB_OUTPUT 2022-12-11 15:36:29 +01:00
sebthom
3a2eea5323 pin "packaging" to 2.13 2022-12-11 15:27:31 +01:00
sebthom
963d7dc3db support Python 3.11 2022-10-25 22:16:36 +02:00
sebthom
7ffa5d7edf use geekyeggo/delete-artifact@v2 2022-10-18 18:45:44 +02:00
dependabot[bot]
a5347fc1a0 fix(deps): bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 19:34:25 +02:00
dependabot[bot]
e27a1e072e fix(deps): bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 19:45:03 +02:00
dependabot[bot]
b4758e0006 fix(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:27:12 +01:00
dependabot[bot]
01ecee621c fix(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:27:05 +01:00
dependabot[bot]
5981404cea fix(deps): bump peter-evans/create-pull-request from 3 to 4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 19:42:11 +02:00
sebthom
5918486d5b allow build step "Delete untagged docker image" to fail 2022-03-22 19:34:37 +01:00
sebthom
c14a878388 Cache __pypackages__ dir 2022-03-22 14:19:39 +01:00
sebthom
8d6486f53e minor cleanup 2022-03-21 21:25:35 +01:00
sebthom
5c07c21a71 Delete untagged images 2022-03-13 13:43:59 +01:00
sebthom
5d08f1e6e5 upgrade selenium 2022-03-09 16:59:17 +01:00
dependabot[bot]
50feaf47c9 fix(deps): bump actions/checkout from 2 to 3 (#34)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 19:24:04 +01:00
dependabot[bot]
c62528f577 fix(deps): bump actions/setup-python from 2 to 3 (#29)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 19:25:25 +01:00
sebthom
0d617acb0c Add python dependency update job 2022-02-20 17:14:13 +01:00
sebthom
d8a9a4d2d2 upgrade pip 2022-02-19 21:59:39 +01:00
sebthom
314d1e1846 update codeql config 2022-02-19 21:58:58 +01:00
sebthom
8e132d658e improve lint config 2022-02-16 20:54:30 +01:00
sebthom
0b46322a47 separate unit/integration tests 2022-02-10 05:14:44 +01:00
sebthom
0e2e9c8669 Fixes #8 test webdriver auto-detection/download 2022-02-10 04:51:08 +01:00
sebthom
43922bd812 Install UPX on windows only 2022-02-10 04:49:52 +01:00
sebthom
8ba85aa25c Parameterize Python version 2022-02-10 04:49:04 +01:00
sebthom
66f57a0822 Publish docker image 2022-02-01 07:32:45 +01:00
sebthom
dfc6481541 add autopep8 source formatter 2022-02-01 06:46:22 +01:00
sebthom
3e619a2a84 Rename some tasks 2022-01-31 19:31:07 +01:00
sebthom
e68a02b76b Don't upgrade pip for now to prevent build error 2022-01-31 07:12:30 +01:00
sebthom
383c5ce6f6 Run pdm install in verbosity mode 2022-01-31 02:40:55 +01:00
sebthom
20cbc3a0eb Don't install mypy and pdm-packer for now 2022-01-31 02:38:44 +01:00
sebthom
5abffd5795 Move repo to Second-Hand-Friends org 2022-01-31 02:32:29 +01:00
sebthom
ea04b85007 Attach macOS and Linux binaries to release 2022-01-30 09:25:32 +01:00
sebthom
1e1cffeab7 Fixes #17 #18 Use pdm + pyinstaller 2022-01-30 07:31:13 +01:00
sebthom
cc9aaf9a4b Fix #3 add dockerfile 2022-01-24 06:25:12 +01:00
sebthom
ba72989a85 add distutils check to CI job 2022-01-24 03:51:49 +01:00
sebthom
048f904f6c add codeql scans 2022-01-12 08:17:16 +01:00
sebthom
1ceccc48dc initial import 2022-01-11 13:45:20 +01:00