Bump github.com/natefinch/atomic (#1012) #10
go-dependency-submission.yml
on: push
go-dependency-submission
40s
Annotations
4 errors, 1 warning, and 2 notices
go-dependency-submission
HTTP Status 404 for request POST https://api.github.com/repos/klaus-sap/openbao/dependency-graph/snapshots
|
go-dependency-submission
Response body:
{
"message": "The Dependency graph is disabled for this repository. Please enable it before submitting snapshots.",
"documentation_url": "https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph",
"status": "404"
}
|
go-dependency-submission
The Dependency graph is disabled for this repository. Please enable it before submitting snapshots.
|
go-dependency-submission
HttpError: The Dependency graph is disabled for this repository. Please enable it before submitting snapshots.
at /home/runner/work/_actions/actions/go-dependency-submission/v2.0.1/webpack:/go-dependency-submission/node_modules/@github/dependency-submission-toolkit/dist/index.js:4776:1
at processTicksAndRejections (node:internal/process/task_queues:95:5)
|
go-dependency-submission
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
go-dependency-submission
Submitting snapshot...
|
go-dependency-submission
{
"detector": {
"name": "actions/go-dependency-submission",
"url": "https://github.com/actions/go-dependency-submission",
"version": "0.0.1"
},
"version": 0,
"job": {
"correlator": "go-dependency-submission-all",
"id": "13388671176"
},
"sha": "be7d6ea4a2468f6ce9b1dfe6e69e7fbedbca806f",
"ref": "refs/heads/main",
"scanned": "2025-02-18T10:39:57.947Z",
"manifests": {
"all": {
"resolved": {
"pkg:golang/google.golang.org/grpc@v1.70.0": {
"package_url": "pkg:golang/google.golang.org/grpc@v1.70.0",
"relationship": "direct",
"dependencies": [
"pkg:golang/github.com/cespare%2Fxxhash/v2@v2.3.0",
"pkg:golang/github.com/golang/protobuf@v1.5.4",
"pkg:golang/github.com/google/go-cmp@v0.6.0",
"pkg:golang/github.com/google/uuid@v1.6.0",
"pkg:golang/go.opentelemetry.io/otel@v1.34.0",
"pkg:golang/go.opentelemetry.io/otel/metric@v1.34.0",
"pkg:golang/go.opentelemetry.io/otel/sdk@v1.34.0",
"pkg:golang/go.opentelemetry.io/otel/trace@v1.34.0",
"pkg:golang/golang.org/x/net@v0.34.0",
"pkg:golang/golang.org/x/oauth2@v0.25.0",
"pkg:golang/golang.org/x/sync@v0.10.0",
"pkg:golang/golang.org/x/sys@v0.29.0",
"pkg:golang/google.golang.org/genproto%2Fgoogleapis/rpc@v0.0.0-20250127172529-29210b9bc287",
"pkg:golang/google.golang.org/protobuf@v1.36.4",
"pkg:golang/cloud.google.com/go%2Fcompute/metadata@v0.6.0",
"pkg:golang/github.com/go-logr/logr@v1.4.2",
"pkg:golang/github.com/go-logr/stdr@v1.2.2",
"pkg:golang/golang.org/x/text@v0.21.0",
"pkg:golang/google.golang.org/genproto%2Fgoogleapis/api@v0.0.0-20241209162323-e6fa225c2576",
"pkg:golang/github.com/json-iterator/go@v1.1.12"
]
},
"pkg:golang/google.golang.org/protobuf@v1.36.4": {
"package_url": "pkg:golang/google.golang.org/protobuf@v1.36.4",
"relationship": "direct",
"dependencies": [
"pkg:golang/github.com/golang/protobuf@v1.5.4",
"pkg:golang/github.com/google/go-cmp@v0.6.0",
"pkg:golang/github.com/json-iterator/go@v1.1.12"
]
},
"pkg:golang/golang.org/x/net@v0.34.0": {
"package_url": "pkg:golang/golang.org/x/net@v0.34.0",
"relationship": "direct",
"dependencies": [
"pkg:golang/golang.org/x/crypto@v0.32.0",
"pkg:golang/golang.org/x/sys@v0.29.0",
"pkg:golang/golang.org/x/term@v0.28.0",
"pkg:golang/golang.org/x/text@v0.21.0"
]
},
"pkg:golang/golang.org/x/sys@v0.29.0": {
"package_url": "pkg:golang/golang.org/x/sys@v0.29.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/text@v0.21.0": {
"package_url": "pkg:golang/golang.org/x/text@v0.21.0",
"relationship": "direct",
"dependencies": [
"pkg:golang/golang.org/x/tools@v0.29.0",
"pkg:golang/golang.org/x/mod@v0.22.0",
"pkg:golang/golang.org/x/sync@v0.10.0"
]
},
"pkg:golang/golang.org/x/crypto@v0.32.0": {
"package_url": "pkg:golang/golang.org/x/crypto@v0.32.0",
|