Skip to content

feat: update to use new secrets mgmt #4

feat: update to use new secrets mgmt

feat: update to use new secrets mgmt #4

Re-run triggered January 31, 2025 21:11
Status Success
Total duration 56s
Artifacts

pull-request.yml

on: pull_request
terraform-format-validate
18s
terraform-format-validate
Matrix: build
Matrix: terraform-plan
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (20.x, ubuntu-latest): src/challenge.ts#L170
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/challenge.ts#L195
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/handlers/handleChallenge.ts#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/handlers/handleChallenge.ts#L49
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/handlers/handleCreateSession.ts#L55
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/handlers/handleCreateSession.ts#L65
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/index.ts#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L155
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L163
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L172
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest)
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/