Create maven.yml #1
Annotations
4 errors, 3 warnings, and 2 notices
build
HTTP Status 403 for request POST https://api.github.com/repos/PieTw3lve/DateCalculator/dependency-graph/snapshots
|
build
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"
}
|
build
Resource not accessible by integration
|
build
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:5317:1
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
Submitting snapshot...
|
build
{
"detector": {
"name": "maven-dependency-tree-action",
"url": "https://github.com/advanced-security/maven-dependency-tree-action",
"version": "1.1.0"
},
"version": 0,
"job": {
"correlator": "build",
"id": "8200441004"
},
"sha": "b4a534fedac9bb61487e63893e671e3c7fd2af17",
"ref": "refs/heads/main",
"scanned": "2024-03-08T08:04:44.257Z",
"manifests": {
"PAPI-DateCalculator": {
"resolved": {
"pkg:maven/junit/junit@4.11": {
"package_url": "pkg:maven/junit/junit@4.11",
"relationship": "direct",
"scope": "development",
"dependencies": [
"pkg:maven/org.hamcrest/hamcrest-core@1.3"
]
},
"pkg:maven/org.hamcrest/hamcrest-core@1.3": {
"package_url": "pkg:maven/org.hamcrest/hamcrest-core@1.3",
"relationship": "indirect",
"scope": "development",
"dependencies": []
},
"pkg:maven/org.spigotmc/spigot-api@1.15.1-R0.1-SNAPSHOT": {
"package_url": "pkg:maven/org.spigotmc/spigot-api@1.15.1-R0.1-SNAPSHOT",
"relationship": "direct",
"scope": "runtime",
"dependencies": [
"pkg:maven/commons-lang/commons-lang@2.6",
"pkg:maven/com.google.guava/guava@21.0",
"pkg:maven/com.google.code.gson/gson@2.8.0",
"pkg:maven/net.md-5/bungeecord-chat@1.13-SNAPSHOT",
"pkg:maven/org.yaml/snakeyaml@1.25"
]
},
"pkg:maven/commons-lang/commons-lang@2.6": {
"package_url": "pkg:maven/commons-lang/commons-lang@2.6",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/com.google.guava/guava@21.0": {
"package_url": "pkg:maven/com.google.guava/guava@21.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/com.google.code.gson/gson@2.8.0": {
"package_url": "pkg:maven/com.google.code.gson/gson@2.8.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/net.md-5/bungeecord-chat@1.13-SNAPSHOT": {
"package_url": "pkg:maven/net.md-5/bungeecord-chat@1.13-SNAPSHOT",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/org.yaml/snakeyaml@1.25": {
"package_url": "pkg:maven/org.yaml/snakeyaml@1.25",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/me.clip/placeholderapi@2.11.5": {
"package_url": "pkg:maven/me.clip/placeholderapi@2.11.5",
"relationship": "direct",
"scope": "runtime",
"dependencies": [
"pkg:maven/org.jetbrains/annotations@23.0.0",
"pkg:maven/org.bstats/bstats-bukkit@3.0.1",
"pkg:maven/net.kyori/adventure-platform-bukkit@4.3.1"
]
},
"pkg:maven/org.jetbrains/annotations@23.0.0": {
"package_url": "pkg:maven/org.jetbrains/annotations@23.0.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/org.bstats/bstats-bukkit@3.0
|