Commit graph

20 commits

Author SHA1 Message Date
Renovate Bot
27f14802c4
Update actions/setup-dotnet action to v1.8.2 2021-09-14 08:47:16 +00:00
Archi
a72d12ef75
Revert "CI: Don't apply zip_exec on generic-netf"
This reverts commit 63d25d06aa.
2021-09-05 22:16:40 +02:00
Archi
63d25d06aa
CI: Don't apply zip_exec on generic-netf
Latest Mono (as of 6.12) is unable to extract zip archives with extended attributes that we're applying here
2021-09-05 20:49:14 +02:00
renovate[bot]
d8838c4c80
Update crazy-max/ghaction-import-gpg action to v4 (#2412)
* Update crazy-max/ghaction-import-gpg action to v4

* Update

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Archi <JustArchi@JustArchi.net>
2021-09-05 02:36:12 +02:00
Archi
2788df033b
CI: Use windows artifacts on all platforms again
https://www.youtube.com/watch?v=nkUOACGtGfA
2021-09-01 23:55:12 +02:00
Renovate Bot
ccd54413c0
Update crazy-max/ghaction-import-gpg action to v3.2.0 2021-08-10 07:55:04 +00:00
Renovate Bot
444c10b246
Update actions/setup-node action to v2.4.0 2021-08-05 18:03:29 +00:00
Renovate Bot
92fdeeb6a4
Update actions/setup-node action to v2.3.2 2021-08-04 15:00:13 +00:00
Renovate Bot
953c7da7c2
Update actions/setup-node action to v2.3.1 2021-08-03 18:01:11 +00:00
Archi
a83e3fa71a
CI: Include SHA512SUMS as part of the release 2021-08-02 00:45:58 +02:00
Archi
4b967ec7ba
CI: Tie osx release as well 2021-08-01 22:03:43 +02:00
Archi
4b2e5f3178
CI: Tie final release builds to OS they match
Windows: generic-netf + win-x64
OS X: should have osx-x64, but doesn't seem to preserve chmod +x in the zip file
Linux: everything else
2021-08-01 21:31:49 +02:00
Archi
6ace2107a7
CI: Utilize zip_exec utility for chmod +x
We can aid non-windows users by adding chmod +x flag to appropriate executables directly in the zip file
2021-08-01 19:27:16 +02:00
Archi
d50e848f84
CI: Fix the check for secrets 2021-08-01 19:14:56 +02:00
Archi
4bdbbedfb1
CI hardening against errors 2021-08-01 13:00:14 +02:00
Archi
7971585a32
Enable private signing of CI builds 2021-08-01 12:56:08 +02:00
Renovate Bot
0672e4393c
Update actions/setup-node action to v2.3.0 2021-07-20 14:51:21 +00:00
Archi
e7bc2e5e1c
CI: Use latest node LTS 2021-06-30 16:26:33 +02:00
Archi
2f7478b968
CI: Pin versions
While floating tags are nice to use and fancy, we already had situations where the fixed source code did not result in the same deterministic build as the one built e.g. a week ago due to non-pinned versions that resulted in a different set of dependencies than originally.

Since GitHub actions follow similar pattern, we want to do our best to ensure that if CI in given fixed version passed on a fixed source, then it should also result in the same deterministic output. Of course this is impossible to achieve in 100% (e.g. resources no longer being available over the network), but this is something we can do.

It wasn't like that before renovate since we didn't have a standarized bot that could handle bumping those versions for us.
2021-06-30 16:19:41 +02:00
Łukasz Domeradzki
8c4a0d7f06
Workflow enhancements (#2326)
1. Split publish part of ci.yml into independent publish.yml action (run on the same schedule)
2. Add docker-ci.yml without pushing capability on the same schedule as ci
2021-05-20 23:36:02 +02:00