0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
Alexander01998
8f23ad75d6 Combine spotlessCheck and build steps 2024-09-03 09:55:26 +02:00
Alexander01998
5d642c314a Update Gradle actions to v4 2024-09-03 09:44:21 +02:00
Alexander01998
cd942214f6 Add spotless check for JSON files 2024-06-23 10:10:59 +02:00
Alexander01998
992fc8e881
Update Gradle CI 2024-06-18 10:39:09 +02:00
Alexander01998
fe03ebf1fa Merge branch '1.20.6' 2024-04-29 21:43:59 +02:00
Alexander01998
c82df87a42 Skip dependency graph on pull requests 2024-04-26 15:47:27 +02:00
Alexander01998
2ceffd6b41 Merge branch 'master' into 1.20.5-pre3 2024-04-17 18:05:23 +02:00
Alexander01998
6ed24cbad7
Add Gradle Build Scan to troubleshoot dependency issues 2024-04-17 14:50:14 +02:00
Alexander01998
54be98c0ac
Add "contents: write" permission to make dependency-submission work 2024-04-17 14:34:11 +02:00
Alexander01998
f7aabca489
Update gradle.yml
- Updates Gradle actions to use the new `gradle/actions` repository.
- Adds the `dependency-submission` action, allowing GitHub to alert about reported vulnerabilities in Gradle dependencies.
- Adds the option to start a CI build manually from the Actions tab.
2024-04-17 14:28:27 +02:00
Alexander01998
3520461038 Update to 24w14a and Java 21 2024-04-03 18:22:15 +02:00
Alexander01998
d33e0d2746
Update dependencies for gradle workflow 2024-04-03 14:29:27 +02:00
Alexander01998
8ab404269b
Update stale.yml 2024-03-25 17:09:26 +01:00
Alexander01998
87bbf9d8b7
Remove broken bot comment 2023-12-27 18:50:36 +01:00
Alexander01998
c148c2b4f2
Attempt to fix permission issue 2023-12-27 16:05:24 +01:00
Alexander01998
ef9e42f12a
Add a bot comment that explains how to fix Spotless errors 2023-12-20 13:31:41 +01:00
Alexander01998
1d30428f4d Add spotless 2023-12-17 20:16:13 +01:00
Alexander01998
437c60f3fe
Change operations per run to 50
I'm aiming for ~10 stales/closes per day. Unfortunately I can't specify that directly and instead have to estimate it based on the operations per day.
2023-11-09 09:36:31 +01:00
Alexander01998
b1076bd0b2
Pause stale bot on weekends and reduce ops per run back to 30 2023-10-22 12:00:20 +02:00
Alexander01998
929266584b Prevent CI from failing if VirusTotal upload fails 2023-10-20 11:28:53 +02:00
Alexander01998
65118e8fea
Attempt to fix stale bot
See https://github.com/actions/stale/issues/792
2023-10-19 21:58:57 +02:00
Alexander01998
cc3c8dedb9
Update actions/stale to v8 2023-10-18 14:31:03 +02:00
Alexander01998
aefe4b2cbb
Add recommended permissions 2023-10-14 10:40:17 +02:00
Alexander01998
508c0bba17 Add stale message for pull requests 2023-10-13 14:37:32 +02:00
Alexander01998
33836f0809 Change wording of stale message 2023-10-13 14:36:32 +02:00
Alexander01998
122af2990b Add custom stale label 2023-10-13 14:35:51 +02:00
Alexander01998
6c62dbb601 Close 7 days after stale 2023-10-13 14:34:59 +02:00
Alexander01998
fd3da83a55 Rename file to stale.yml 2023-10-13 14:34:24 +02:00
Alexander01998
f5ea55dc09
Make VirusTotal scan only run on push
There is a permission issue that causes this step to always fail on pull requests.
2023-10-13 12:18:04 +02:00
Alexander01998
c7c2d27261
Attempt to fix VirusTotal scan 2023-10-04 20:31:25 +02:00
Alexander01998
8b35ced01d
Add experimental VirusTotal scan
This step should automatically upload Gradle builds to VirusTotal and check for any false positives (like that one from McAfee we had a couple years ago).

...or it might just crash. We'll see.
2023-10-03 19:09:37 +02:00
Alexander01998
530b2b2c13
Update jsonsyntax.yml 2023-10-03 18:38:20 +02:00
Alexander01998
2fb4080a31
Update gradle.yml 2023-10-03 18:32:23 +02:00
Alexander01998
2749eb4874
Update jsonsyntax.yml 2023-06-13 14:01:56 +02:00
Alexander01998
50b81da8bb
Add gradle wrapper validation 2023-06-13 11:10:52 +02:00
Alexander01998
1cb64f04a3
Allow CI to run on any branch 2023-06-13 11:03:37 +02:00
Alexander01998
ce0265081c
Remove "contents: read" permission
I don't think this permission is actually necessary.
2023-06-13 10:55:48 +02:00
Alexander01998
ea90a95413
Update JSON syntax check 2023-05-13 20:50:24 +02:00
Alexander01998
4ea6c3cdf6
Run CI on gradle changes 2023-03-25 17:25:35 +01:00
Alexander01998
38ce5660f2 Don't run gradle if no code files have changed 2023-03-22 18:10:09 +01:00
Alexander01998
e7a1f005f8
Apparently gradle-build-action v2 still needs the permission fix 2023-03-19 20:23:54 +01:00
Alexander01998
d2c966e97b
Try using gradle-build-action v2 2023-03-19 20:21:37 +01:00
Alexander01998
41b2a7acf8
2nd attempt to fix Gradle CI 2023-03-19 20:15:21 +01:00
Alexander01998
a1765d4f13
Attempt to fix Gradle CI 2023-03-19 20:13:22 +01:00
Alexander01998
744c8df704
Add Gradle CI workflow 2023-03-19 20:10:17 +01:00
Alexander01998
5cc643c6b1
Add JSON syntax check for pull requests 2022-06-20 08:55:20 +02:00