This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Update release-notes.yml #19
Annotations
1 error and 4 warnings
release_notes
Invalid config file
|
release_notes
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, release-drafter/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release_notes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, release-drafter/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release_notes
grails-profiles/rest-api: Invalid config file
{
name: 'HttpError',
id: '10432349260',
status: '401',
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
connection: 'close',
'content-length': '95',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Sat, 17 Aug 2024 12:45:08 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-media-type': 'github.v3; param=raw',
'x-github-request-id': '7808:32385A:51E8B2:A05420:66C09B54',
'x-ratelimit-limit': '60',
'x-ratelimit-remaining': '55',
'x-ratelimit-reset': '1723901078',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '5',
'x-xss-protection': '0'
},
request: {
method: 'GET',
url: 'https://api.github.com/repos/grails-profiles/rest-api/contents/.github%2Frelease-drafter.yml',
headers: {
accept: 'application/vnd.github.v3.raw',
'user-agent': 'probot/11.1.0 octokit-core.js/3.2.4 Node.js/20.13.1 (linux; x64)',
authorization: 'token [REDACTED]'
},
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
documentation_url: 'https://docs.github.com/rest',
stack: 'HttpError: Bad credentials\n' +
' at /home/runner/work/_actions/release-drafter/release-drafter/v5.15.0/dist/index.js:15311:23\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)',
type: 'Error'
}
|
release_notes
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/
|