Skip to content

chore(deps): update gradle/actions action to v6.3.0 #8398

chore(deps): update gradle/actions action to v6.3.0

chore(deps): update gradle/actions action to v6.3.0 #8398

Triggered via pull request August 3, 2026 05:40
Status Success
Total duration 6m 7s
Artifacts 1

android.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
Validate Gradle Wrapper
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Validate Gradle Wrapper
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Validate Gradle Wrapper
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L97
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L94
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L91
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L88
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L85
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L82
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L79
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L76
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Lint: app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its setter accepts boolean. This mismatch might cause unexpected userStatusSupportsBusy values when it.niedermann.owncloud.notes.shared.model.Capabilities is read from the database.
Lint: app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its getter returns boolean. This mismatch might cause unexpected userStatusSupportsBusy values in the database when it.niedermann.owncloud.notes.shared.model.Capabilities is inserted into database.
Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L97
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L94
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L91
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L88
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L85
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L82
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L79
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L76
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its setter accepts boolean. This mismatch might cause unexpected userStatusSupportsBusy values when it.niedermann.owncloud.notes.shared.model.Capabilities is read from the database.
Unit tests: app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its getter returns boolean. This mismatch might cause unexpected userStatusSupportsBusy values in the database when it.niedermann.owncloud.notes.shared.model.Capabilities is inserted into database.
Unit tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Unit tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L97
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L94
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L91
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L88
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L85
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L82
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L79
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/persistence/dao/NoteDao.java#L76
it.niedermann.owncloud.notes.persistence.entity.Note has some properties [noteMode] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: id, remoteId, accountId, title, favorite, isShared, readonly, excerpt, modified, category, status, eTag, content, scrollY.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its setter accepts boolean. This mismatch might cause unexpected userStatusSupportsBusy values when it.niedermann.owncloud.notes.shared.model.Capabilities is read from the database.
Generate APK: app/src/main/java/it/niedermann/owncloud/notes/shared/model/Capabilities.java#L48
it.niedermann.owncloud.notes.shared.model.Capabilities's userStatusSupportsBusy property has type java.lang.Boolean but its getter returns boolean. This mismatch might cause unexpected userStatusSupportsBusy values in the database when it.niedermann.owncloud.notes.shared.model.Capabilities is inserted into database.
Generate APK
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Generate APK
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2

Artifacts

Produced during runtime
Name Size Digest
app-dev-debug
31.7 MB
sha256:7be90afb7d5b8db5336074ec5853239601f836e9668efbbd38ebf1ae20df6880