0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Wolf-Martell Montwé
2caa719cce
Change validation action to new name 2024-04-16 10:55:59 +02:00
dependabot[bot]
3d1cca19d5
Bump gradle/wrapper-validation-action from 2 to 3
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2 to 3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 14:34:18 +00:00
dependabot[bot]
b44a94b906
Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 14:50:51 +00:00
Wolf-Martell Montwé
ebdc720825
Change from gradle-build-action to setup-gradle as recommended 2024-01-30 10:39:00 +01:00
dependabot[bot]
1aa61cbc21
Bump gradle/gradle-build-action from 2 to 3
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 14:25:18 +00:00
Wolf-Martell Montwé
05889aa2e0
Add lint to CI quality checks 2024-01-26 17:26:39 +01:00
Wolf-Martell Montwé
54ab48999f
Add dependency guard to android workflow 2024-01-15 11:36:53 +01:00
dependabot[bot]
1c7464e4d7
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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/v2...v3)

---
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>
2023-12-18 14:34:23 +00:00
dependabot[bot]
46bc72022b
Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 14:26:52 +00:00
Wolf-Martell Montwé
f0dd87646d
Fix yml formatting and add editorconfig rules to properly handle markdown files and enforce max line length of 120 globally 2023-11-07 10:40:07 +01:00
Wolf-Martell Montwé
7a7ed19d04
Add markdown workflow to trigger a spotless check 2023-10-06 11:21:06 +02:00
Wolf-Martell Montwé
d142bbef96
Add ci gradle.properties and move quality checks to the start 2023-09-18 17:52:46 +02:00
Wolf-Martell Montwé
5c24e08059
Split workflow run into multiple steps 2023-09-18 17:52:02 +02:00
dependabot[bot]
ea241adb7b
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 14:29:55 +00:00
Wolf Montwé
58c5d7d470
Add detekt to CI run 2023-03-07 09:52:11 +01:00
Wolf Montwé
df309c1986
Change JDK to temurin 2023-03-03 14:25:10 +01:00
Wolf Montwé
cb689fcc4f
Add CodeQl code scanning 2023-03-03 13:06:20 +01:00
Wolf Montwe
80b35d6fa7
Change Android CI workflow to use spotlessCheck 2023-02-06 11:54:56 +01:00
cketti
4c648ecd75 Add GitHub workflow to update the Gradle build cache
When `gradle-build-action` is run for pull requests, it will only read from, but never write to the build cache. To make the cache actually useful, we build the `main` branch (but don't run the tests).
2022-12-06 16:34:02 +01:00
Goooler
b0c1085f1f Optimize CI a bit
https://github.com/actions/checkout/releases/tag/v3.0.0
https://github.com/actions/setup-java/releases/tag/v3.0.0
https://github.com/gradle/gradle-build-action
2022-12-06 21:29:37 +08:00
cketti
7f686cb5da Create new Gradle task so the Android CI GitHub action can easily run all tests 2022-01-28 04:46:31 +01:00
cketti
fc45e059fc Update to targetSdkVersion 29 2020-09-20 01:29:50 +02:00
cketti
f1d777ab63 Specify full Java version for CI builds 2020-07-22 20:06:26 +02:00
cketti
a882ce5c32 Only run CI on pull requests 2020-02-06 22:45:40 +01:00
cketti
00d832b952
Merge pull request #4455 from k9mail/update_android_ci_workflow
Run 'Android CI' workflow on pull requests
2020-01-16 16:22:23 +01:00
cketti
c47a4804b5
Run 'Android CI' workflow on pull requests 2020-01-16 16:02:13 +01:00
cketti
dc795d1f78
Add workflow to validate Gradle wrapper 2020-01-16 15:59:45 +01:00
cketti
fd60ebd94d Add 'Android CI' workflow 2019-12-02 01:59:05 +01:00