Jan Macku
Jan Macku
I'm also hitting this issue with `"@octokit/core": "^4.2.1"` and `"@octokit/types": "^9.2.3"`. ```ts import { Octokit } from '@octokit/core'; import { Endpoints } from '@octokit/types'; export async function updateStatusCheck( octokit: Octokit,...
@wolfy1339 The `status` type is fixed, but the `conclusion` is still emitting the same error message. ```ts Type 'unknown' is not assignable to type '"action_required" | "cancelled" | "failure" |...
@wolfy1339, I can't reproduce this issue with the latest version: `"@octokit/types": "^12.0.0"`. It's fixed for me. Thank you.
@MartinNowack I have rebased PR. Regarding your request, I have opened an Issue for such a feature and plan to implement it, but I need more time to work on...
This issue might still be relevant for the OSBuild repo. LGTM no longer works. If you want to keep scanning your repo, you should migrate to CodeQL. Please see: #1195
Here you can see the summary for PR: https://github.com/Bash-it/bash-it/actions/runs/8174624870#summary-22349834100  If merged, you will see all existing ShellCheck defects under the Security tab in GitHub UI, but...
Yes, this is a good point. Thank you for reporting. I'll have a look.
We are aware of this issue. @lzaoral is already working on solution in: - https://github.com/csutils/csdiff/pull/68 Sorry for the inconvenience.
I'm currently working on getting [sarif-fmt](https://github.com/psastras/sarif-rs/tree/main/sarif-fmt#example) package to Fedora. It could improve the current situation once available. Example of output of sarif-fmt for ShellCheck: ```sh $ shellcheck --format=json shell.sh |...
Following PR should make the situation a bit better: - https://github.com/csutils/csdiff/pull/170