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.15.0 #454
test.yml
on: pull_request
test
2m 14s
action-test
1m 10s
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": "7261630306"
},
"sha": "02c7810bf666ffaf2b7a00cb37b810de96db8a0b",
"ref": "refs/pull/436/merge",
"scanned": "2023-12-19T12:14:13.093Z",
"manifests": {
"gradle-dependency-submission": {
"resolved": {
"pkg:maven/org.springframework/spring-core@5.3.27": {
"package_url": "pkg:maven/org.springframework/spring-core@5.3.27",
"relationship": "direct",
"dependencies": [
"pkg:maven/org.springframework/spring-jcl@5.3.27"
]
},
"pkg:maven/org.springframework/spring-jcl@5.3.27": {
"package_url": "pkg:maven/org.springframework/spring-jcl@5.3.27",
"relationship": "indirect",
"dependencies": []
}
},
"name": "gradle-dependency-submission",
"file": {
"source_location": "build.gradle"
}
}
}
}
|