Update CHANGELOG.md #3
dependency-submission.yml
on: push
go-dependency-submission
14s
Annotations
4 errors, 1 warning, and 2 notices
go-dependency-submission
HTTP Status 404 for request POST https://api.github.com/repos/thomasdarimont/terraform-provider-keycloak/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/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository",
"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/v1/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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/go-dependency-submission@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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": "10779685845"
},
"sha": "3f6b75b79ada48eddb41de6055f57a357d9b691c",
"ref": "refs/heads/master",
"scanned": "2024-09-09T19:11:12.397Z",
"manifests": {
"all": {
"resolved": {
"pkg:golang/github.com/hashicorp/errwrap@v1.0.0": {
"package_url": "pkg:golang/github.com/hashicorp/errwrap@v1.0.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/hashicorp/go-cty@v1.4.1-0.20200414143053-d3edf31b6320": {
"package_url": "pkg:golang/github.com/hashicorp/go-cty@v1.4.1-0.20200414143053-d3edf31b6320",
"relationship": "direct",
"dependencies": [
"pkg:golang/github.com/golang/protobuf@v1.5.3",
"pkg:golang/github.com/google/go-cmp@v0.5.9",
"pkg:golang/github.com/vmihailenco/msgpack@v4.0.4%2Bincompatible",
"pkg:golang/golang.org/x/net@v0.17.0",
"pkg:golang/golang.org/x/text@v0.14.0"
]
},
"pkg:golang/golang.org/x/net@v0.17.0": {
"package_url": "pkg:golang/golang.org/x/net@v0.17.0",
"relationship": "direct",
"dependencies": [
"pkg:golang/golang.org/x/crypto@v0.17.0",
"pkg:golang/golang.org/x/sys@v0.15.0",
"pkg:golang/golang.org/x/text@v0.14.0"
]
},
"pkg:golang/github.com/hashicorp/go-retryablehttp@v0.7.1": {
"package_url": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.7.1",
"relationship": "direct",
"dependencies": [
"pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2",
"pkg:golang/github.com/hashicorp/go-hclog@v1.5.0"
]
},
"pkg:golang/github.com/hashicorp/go-version@v1.6.0": {
"package_url": "pkg:golang/github.com/hashicorp/go-version@v1.6.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/hashicorp/terraform-plugin-log@v0.9.0": {
"package_url": "pkg:golang/github.com/hashicorp/terraform-plugin-log@v0.9.0",
"relationship": "direct",
"dependencies": [
"pkg:golang/github.com/google/go-cmp@v0.5.9",
"pkg:golang/github.com/hashicorp/go-hclog@v1.5.0",
"pkg:golang/github.com/mitchellh/go-testing-interface@v1.14.1",
"pkg:golang/github.com/fatih/color@v1.13.0",
"pkg:golang/github.com/mattn/go-colorable@v0.1.12",
"pkg:golang/github.com/mattn/go-isatty@v0.0.14",
"pkg:golang/golang.org/x/sys@v0.15.0"
]
},
"pkg:golang/github.com/hashicorp%2Fterraform-plugin-sdk/v2@v2.26.1": {
"package_url": "pkg:golang/github.com/hashicorp%2Fterraform-plugin-sdk/v2@v2.26.1",
"relationship": "direct",
"dependencies": [
"pkg:golang/github.com/google/go-cmp@v0.5.9",
"pkg:golang/github.com/hashicorp/go-cty@v1.4.1-0.20200414143053-d3edf31b6320",
"pkg:golang/github.com/hashicorp/go-hclog@v1.5.0",
"pkg:golang/github.com/hashicorp/go-multierror@v1.1.1",
"pkg:golang/github.com/hashicorp/go-plugin@v1.4.8",
|