Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Add archive note to README #2149

Add archive note to README

Add archive note to README #2149

Triggered via push March 16, 2026 20:10
Status Failure
Total duration 10m 43s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
golangci-lint: providers/myrasec/domain.go#L183
[golangci-lint] reported by reviewdog 🐶 Error return value is not checked (errcheck) Raw Output: providers/myrasec/domain.go:183:7: Error return value is not checked (errcheck) f(api, domain.ID, v, wg) ^
golangci-lint: providers/myrasec/domain.go#L141
[golangci-lint] reported by reviewdog 🐶 Error return value is not checked (errcheck) Raw Output: providers/myrasec/domain.go:141:28: Error return value is not checked (errcheck) createResourcesPerVHost(api, d, funcs, wg) ^
golangci-lint: providers/myrasec/domain.go#L132
[golangci-lint] reported by reviewdog 🐶 Error return value is not checked (errcheck) Raw Output: providers/myrasec/domain.go:132:10: Error return value is not checked (errcheck) go f(api, d.ID, mgo.VHost{ ^
golangci-lint: providers/myrasec/domain.go#L89
[golangci-lint] reported by reviewdog 🐶 Error return value is not checked (errcheck) Raw Output: providers/myrasec/domain.go:89:6: Error return value is not checked (errcheck) f(api, d, wg) ^
golangci-lint: providers/ibm/ibm_cd_toolchain.go#L468
[golangci-lint] reported by reviewdog 🐶 Error return value of `g.HandleTool` is not checked (errcheck) Raw Output: providers/ibm/ibm_cd_toolchain.go:468:20: Error return value of `g.HandleTool` is not checked (errcheck) go g.HandleTool(t, toolType, tID, tName, tcID, tcIDref, &toolWG) ^
golangci-lint: providers/aws/api_gatewayv2.go#L373
[golangci-lint] reported by reviewdog 🐶 Error return value of `g.processVpcLinks` is not checked (errcheck) Raw Output: providers/aws/api_gatewayv2.go:373:20: Error return value of `g.processVpcLinks` is not checked (errcheck) g.processVpcLinks(output.Items) ^
golangci-lint: providers/aws/api_gatewayv2.go#L363
[golangci-lint] reported by reviewdog 🐶 Error return value of `g.processVpcLinks` is not checked (errcheck) Raw Output: providers/aws/api_gatewayv2.go:363:19: Error return value of `g.processVpcLinks` is not checked (errcheck) g.processVpcLinks(output.Items) ^
golangci-lint: providers/aws/api_gatewayv2.go#L329
[golangci-lint] reported by reviewdog 🐶 Error return value of `g.processAuthorizers` is not checked (errcheck) Raw Output: providers/aws/api_gatewayv2.go:329:23: Error return value of `g.processAuthorizers` is not checked (errcheck) g.processAuthorizers(output.Items, restAPIID) ^
golangci-lint: providers/aws/api_gatewayv2.go#L319
[golangci-lint] reported by reviewdog 🐶 Error return value of `g.processAuthorizers` is not checked (errcheck) Raw Output: providers/aws/api_gatewayv2.go:319:22: Error return value of `g.processAuthorizers` is not checked (errcheck) g.processAuthorizers(output.Items, restAPIID) ^
golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/