Skip to content

chore(deps): bump tj-actions/verify-changed-files in /.github/workflo… #21

chore(deps): bump tj-actions/verify-changed-files in /.github/workflo…

chore(deps): bump tj-actions/verify-changed-files in /.github/workflo… #21

Triggered via push January 8, 2024 09:29
Status Success
Total duration 1m 1s
Artifacts

ci.yml

on: push
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
audit (1.19.x, ubuntu-latest): cmd/utils.go#L8
a blank import should be only in a main or test package, or have a comment justifying it
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L10
don't use underscores in Go names; func fast9_corner_score should be fast9CornerScore
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L16
don't use underscores in Go names; var c_b should be cB
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L3964
don't use underscores in Go names; func make_offsets should be makeOffsets
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L3964
don't use underscores in Go names; func parameter row_stride should be rowStride
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L3984
don't use underscores in Go names; func fast9_score should be fast9Score
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L3995
don't use underscores in Go names; func fast9_detect should be fast9Detect
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L3998
don't use underscores in Go names; var ret_corners should be retCorners
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.c.go#L4005
don't use underscores in Go names; var c_b should be cB
audit (1.19.x, ubuntu-latest): cornerdetect/fast_9.go#L30
don't use underscores in Go names; func fast9_detect_nonmax should be fast9DetectNonmax
audit (1.19.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/