This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Bump @typescript-eslint/parser from 6.8.0 to 6.16.0 #456
test.yml
on: pull_request
test
2m 14s
action-test
58s
Annotations
6 errors, 3 warnings, and 2 notices
action-test
HTTP Status 403 for request POST https://api.github.com/repos/mikepenz/gradle-dependency-submission/dependency-graph/snapshots
|
action-test
Response body:
{
"message": "Resource not accessible by integration",
"documentation_url": "https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository"
}
|
action-test
Resource not accessible by integration
|
action-test
HttpError: Resource not accessible by integration
at /home/runner/work/gradle-dependency-submission/gradle-dependency-submission/node_modules/@github/dependency-submission-toolkit/dist/index.js:4776:1
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
test
FAILURE: Build failed with an exception.
* What went wrong:
configuration 'non-existing' not found in configuration container.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
|
test
'./gradlew :app:dependencies --configuration non-existing' resolution failed!
|
test
Discovered unresolved dependency: org.projectlombok:lombok (n)
|
test
Could not parse unresolved package: 'unspecified (n)' (3)
|
test
Found an unresolved project dependency, skipping - \--- project hello (n)
|
action-test
Submitting snapshot...
|
action-test
{
"detector": {
"name": "mikepenz/gradle-dependency-submission",
"url": "https://github.com/mikepenz/gradle-dependency-submission",
"version": "v1.0.1"
},
"version": 0,
"job": {
"correlator": "action-test-:-compileClasspath",
"id": "7329346114"
},
"sha": "5a7f977703d78f2c53f069f7b3aa88c17a8fdfc6",
"ref": "refs/pull/438/merge",
"scanned": "2023-12-26T12:06:16.328Z",
"manifests": {
"gradle-dependency-submission": {
"resolved": {
"pkg:maven/org.springframework/[email protected]": {
"package_url": "pkg:maven/org.springframework/[email protected]",
"relationship": "direct",
"dependencies": [
"pkg:maven/org.springframework/[email protected]"
]
},
"pkg:maven/org.springframework/[email protected]": {
"package_url": "pkg:maven/org.springframework/[email protected]",
"relationship": "indirect",
"dependencies": []
}
},
"name": "gradle-dependency-submission",
"file": {
"source_location": "build.gradle"
}
}
}
}
|