Commit graph

23 commits

Author SHA1 Message Date
dependabot[bot]
21f6b4c047
build(deps): 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 13:46:46 +00:00
Álvaro Brey
d50d57f305
CI: Don't run on push except on main and stable branches
Right now, when opening a PR the CI is ran twice (one for the push event and one for the PR event).

This prevents that: PRs will only get the CI ran once

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-02-01 12:51:18 +01:00
Stefan Niedermann
70c08a7aa0 Move CodeQL analysis to own workflow
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2022-04-15 12:14:45 +02:00
Niedermann IT-Dienstleistungen
8313516d83
Security: Limit permissions in workflows 2022-04-15 12:00:19 +02:00
dependabot[bot]
a36e99f33c Bump actions/upload-artifact from 2.3.1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...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-03-04 14:52:50 +01:00
dependabot[bot]
6a9de41bb5 Bump actions/checkout from 2 to 3
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>
2022-03-02 14:26:09 +01:00
dependabot[bot]
6203352900 Bump actions/upload-artifact from 2.3.0 to 2.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-17 15:01:44 +01:00
dependabot[bot]
26a41e02cb Bump actions/upload-artifact from 2.2.4 to 2.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-08 14:40:27 +01:00
Niedermann IT-Dienstleistungen
225e4b747a
Run linting task only for lintDevDebug 2021-10-18 13:19:16 +02:00
dependabot[bot]
58fe1d1521 Bump actions/upload-artifact from 1 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.2.4)

---
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>
2021-07-09 22:17:37 +02:00
Stefan Niedermann
63ed6ab6ce Run lint in CI
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-25 15:28:15 +02:00
Stefan Niedermann
25c6c44297 Use robolectric instead of instrumented tests 2021-04-08 20:13:08 +02:00
Stefan Niedermann
d75490f1d1 Ensure all instrumented tests are run 2020-12-22 14:04:35 +01:00
Stefan Niedermann
7df105f0ef Add CodeQL to CI 2020-06-23 10:28:54 +02:00
Stefan Niedermann
0649a68342 Initial support for instrumented tests in CI 2020-04-18 23:23:38 +02:00
stefan-niedermann
c8bcdef35b Use actions/checkout@v2 for quicker checkout
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 13:40:36 +01:00
stefan-niedermann
591608c52f Add validation step for gradle wrapper in CI
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 13:36:51 +01:00
stefan-niedermann
78c723db0a Use debug version as ci artifact
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 10:26:18 +01:00
stefan-niedermann
2f2ab2a0b0 Use debug version as ci artifact
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 10:23:02 +01:00
stefan-niedermann
b72626c86e Add build flavors
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 10:02:30 +01:00
Niedermann IT-Dienstleistungen
6babdfa036
Readd PR events to pipeline 2020-02-24 13:07:44 +01:00
stefan-niedermann
b4a850977a Only listen to push event
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-02-23 18:35:03 +01:00
stefan-niedermann
7438731200 Introduce GitHub actions
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-02-23 18:35:03 +01:00