Filter improvements in zed #674
lint.yaml
on: pull_request
Lint Go
23s
Lint YAML & Markdown
20s
Analyze FS with Trivy
12s
Analyze Release Image with Trivy
1m 8s
Matrix: Analyze with CodeQL
Annotations
2 errors and 8 warnings
Lint Go:
internal/commands/watch_test.go#L1
Please run gofumpt.
diff --git a/internal/commands/watch_test.go b/internal/commands/watch_test.go
index 187032a..5f6e96d 100644
--- a/internal/commands/watch_test.go
+++ b/internal/commands/watch_test.go
@@ -82,7 +82,8 @@ func TestParseRelationshipFilter(t *testing.T) {
OptionalSubjectFilter: &v1.SubjectFilter{
SubjectType: "subjectType",
OptionalSubjectId: "subjectId",
- OptionalRelation: &v1.SubjectFilter_RelationFilter{Relation: "somerel"}},
+ OptionalRelation: &v1.SubjectFilter_RelationFilter{Relation: "somerel"},
+ },
},
},
{
|
Lint Go
Process completed with exit code 1.
|
Analyze FS with Trivy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint YAML & Markdown
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint Go
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint Go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze Release Image with Trivy
Failed to save: Cache service responded with 409 during commit cache.
|
Analyze Release Image with Trivy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-go@v4, goreleaser/goreleaser-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze with CodeQL (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Analyze with CodeQL (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-go@v4, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|