Skip to content

PR #921

PR #921 #49

Triggered via dynamic May 26, 2024 09:28
Status Success
Total duration 1m 58s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze (go)
cannot use OpenMySQLDatabase(ctx, urlNoSchema) (value of type *MySQLDatabase) as DB value in return statement: *MySQLDatabase does not implement DB (missing method DeleteTag)
Analyze (go)
cannot use OpenPGDatabase(ctx, dbURL) (value of type *PGDatabase) as DB value in return statement: *PGDatabase does not implement DB (missing method DeleteTag)
Analyze (go)
cannot use OpenSQLiteDatabase(ctx, dbU.Path[1:]) (value of type *SQLiteDatabase) as DB value in return statement: *SQLiteDatabase does not implement DB (missing method DeleteTag)
Analyze (go)
cannot use db (variable of type *MySQLDatabase) as DB value in argument to runMigrations: *MySQLDatabase does not implement DB (missing method DeleteTag)
Analyze (go)
tag.Deleted undefined (type model.Tag has no field or method Deleted)
Analyze (go)
cannot use db (variable of type *PGDatabase) as DB value in argument to runMigrations: *PGDatabase does not implement DB (missing method DeleteTag)
Analyze (go)
tag.Deleted undefined (type model.Tag has no field or method Deleted)
Analyze (go)
cannot use db (variable of type *SQLiteDatabase) as DB value in argument to runMigrations: *SQLiteDatabase does not implement DB (missing method DeleteTag)
Analyze (go)
tag.Deleted undefined (type model.Tag has no field or method Deleted)
Analyze (go)
d.deps.Database.GetTag undefined (type database.DB has no field or method GetTag)
Analyze (javascript-typescript)
Failed to restore: Cache service responded with 403
Analyze (go)
Failed to restore: Cache service responded with 403