Commit Graph

407 Commits

Author SHA1 Message Date
renovate[bot]
d24731999a chore(deps): update jetbrains/qodana-action action to v2023.3.1 2024-01-22 23:04:28 +00:00
renovate[bot]
c4bdb39c6d chore(deps): update crowdin/github-action action to v1.16.1 2024-01-19 15:58:09 +00:00
renovate[bot]
860b979afb chore(deps): update actions/upload-artifact action to v4.2.0 2024-01-19 00:18:38 +00:00
renovate[bot]
4ebb4cfd9e chore(deps): update github/codeql-action action to v3.23.1 2024-01-18 02:20:11 +00:00
renovate[bot]
5e2ad8eb19 chore(deps): update actions/upload-artifact action to v4.1.0 2024-01-12 18:29:45 +00:00
renovate[bot]
ea8c300a1a chore(deps): update actions/download-artifact action to v4.1.1 2024-01-10 19:29:00 +00:00
renovate[bot]
7a14a394c2 chore(deps): update github/codeql-action action to v3.23.0 (#3122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-08 18:31:49 +01:00
renovate[bot]
21d004fb26 chore(deps): update crowdin/github-action action to v1.16.0 2024-01-04 13:47:19 +00:00
renovate[bot]
4a710b4ffe chore(deps): update crazy-max/ghaction-import-gpg action to v6.1.0 2023-12-26 20:02:14 +00:00
renovate[bot]
ada67a0f97 chore(deps): update github/codeql-action action to v3.22.12 2023-12-22 06:50:53 +00:00
renovate[bot]
1cf8959b92 chore(deps): update actions/download-artifact action to v4.1.0 2023-12-19 04:26:50 +00:00
renovate[bot]
5570bd2999 chore(deps): update actions/setup-node action to v4.0.1 2023-12-18 14:02:50 +00:00
renovate[bot]
a363b92075 chore(deps): update actions/download-artifact action to v4 (#3099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 21:44:05 +01:00
renovate[bot]
f993d3d365 chore(deps): update actions/upload-artifact action to v4 (#3100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 21:43:56 +01:00
renovate[bot]
dc35545043 Update github/codeql-action action to v3 (#3097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-13 18:15:41 +01:00
Archi
6f6a561b9e Update code-quality.yml 2023-12-13 09:46:20 +01:00
renovate[bot]
8abae9d4be Update github/codeql-action action to v2.22.10 2023-12-12 18:36:05 +00:00
renovate[bot]
cc3a0a4144 Update JetBrains/qodana-action action to v2023.3.0 2023-12-11 16:31:06 +00:00
renovate[bot]
ba7073df98 Update github/codeql-action action to v2.22.9 2023-12-10 12:22:37 +00:00
renovate[bot]
e14d00b760 Update actions/setup-dotnet action to v4 (#3089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 21:04:53 +01:00
renovate[bot]
e05f79b951 Update JetBrains/qodana-action action to v2023.2.9 2023-12-01 16:18:49 +00:00
Archi
306fbef3c2 Update code-quality.yml 2023-11-27 11:12:35 +01:00
Archi
2b7fc937ad Update code-quality.yml 2023-11-27 10:50:36 +01:00
renovate[bot]
d640671640 Update github/codeql-action action to v2.22.8 2023-11-23 11:13:08 +00:00
renovate[bot]
fa26f31d95 Update dessant/lock-threads action to v5.0.1 2023-11-22 15:51:44 +00:00
Archi
f4f73bcadc Apply CI permissions 2023-11-19 19:33:42 +01:00
Archi
16f4dff0c2 CI: Remove --no-restore where not needed
--no-restore seems to cause trimming to not run when it wasn't originally specified when doing build. Originally we were building ASFs in parallel for each variant, so it made sense, now with better CI-powered parallelism, --no-restore makes only sense when publishing plugins, as indeed in those places we're doing stuff in parallel which restore doesn't like.

This should resolve trimming not triggering for OS-specific builds.
2023-11-18 21:24:58 +01:00
renovate[bot]
a066b952d7 Update docker/build-push-action action to v5.1.0 2023-11-17 13:35:49 +00:00
renovate[bot]
f9949967dc Update github/codeql-action action to v2.22.7 2023-11-16 23:04:21 +00:00
renovate[bot]
5cbe11241c Update crowdin/github-action action to v1.15.2 2023-11-16 16:26:01 +00:00
renovate[bot]
305d6a2d17 Update crowdin/github-action action to v1.15.1 2023-11-15 07:02:34 +00:00
renovate[bot]
6f784621ed Update github/codeql-action action to v2.22.6 2023-11-15 03:45:42 +00:00
Archi
f2ff2f4929 Closes #3060 2023-11-14 20:01:29 +01:00
Łukasz Domeradzki
b34f18497d .NET 8 (#3005)
* Initial .NET 8

* Make it compile in release mode ignoring warnings for now

* First round of improvements

* Second round of improvements

* Third round of improvements

* Use new throws

* Fix .NET Framework, YAY, thanks madness!

Madness devs are awesome

* Misc

* Misc

* AF_NETLINK might be required for some http calls

No clue why

* Fix service files

Doesn't do what it should

* Update CardsFarmer.cs

* New improvements

* Address feedback

* Misc

* Misc

* Misc refactor

* Misc
2023-11-14 19:12:33 +01:00
renovate[bot]
e281a04450 Update dessant/lock-threads action to v5 (#3070)
* Update dessant/lock-threads action to v5

* Update lock-threads.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Archi <JustArchi@JustArchi.net>
2023-11-14 10:05:53 +01:00
Archi
eb41dace9f Run code quality also in push though 2023-11-10 19:25:24 +01:00
Archi
2b2607cfcd Disable qodana for remote PRs
We don't have a token for them
2023-11-10 19:03:21 +01:00
renovate[bot]
a59c3d8fd2 Update crowdin/github-action action to v1.14.1 2023-11-02 09:48:27 +00:00
renovate[bot]
d5cb0baf1f Update github/codeql-action action to v2.22.5 2023-10-27 10:39:05 +00:00
renovate[bot]
910ec7ad29 Update crowdin/github-action action to v1.14.0 2023-10-25 14:17:47 +00:00
renovate[bot]
907f6e4b33 Update actions/setup-node action to v4 (#3052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-24 10:19:51 +02:00
renovate[bot]
78e30343f7 Update actions/setup-node action to v3.8.2 2023-10-23 18:09:05 +00:00
renovate[bot]
b4db6584e8 Update github/codeql-action action to v2.22.4 2023-10-20 16:31:22 +00:00
Łukasz Domeradzki
71fa7560f7 Fix qodana for PRs (#3040)
* Fix qodana for PRs

* Update code-quality.yml
2023-10-18 23:51:35 +02:00
renovate[bot]
4288f35e99 Update actions/checkout action to v4.1.1 2023-10-17 17:26:45 +00:00
renovate[bot]
74e2ad2f40 Update github/codeql-action action to v2.22.3 2023-10-13 16:10:15 +00:00
renovate[bot]
b31c8266eb Update github/codeql-action action to v2.22.2 2023-10-12 10:41:00 +00:00
renovate[bot]
56c6246a20 Update ad-m/github-push-action action to v0.8.0 2023-10-10 06:05:28 +00:00
renovate[bot]
05c93aa82b Update JetBrains/qodana-action action to v2023.2.8 2023-10-09 16:48:38 +00:00
renovate[bot]
e8babfb329 Update github/codeql-action action to v2.22.1 2023-10-09 11:28:12 +00:00