Skip to content

chore(deps): update github/codeql-action action to v4.37.5 #4947

chore(deps): update github/codeql-action action to v4.37.5

chore(deps): update github/codeql-action action to v4.37.5 #4947

Triggered via pull request August 4, 2026 05:13
Status Success
Total duration 21m 44s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.
Analyze (java): 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.