Andrew Eisenberg
Andrew Eisenberg
Thanks for the review. We are one step closer to removing this technical debt.
Thanks for the issue. I _think_ the feature you want is to be able to pass the `paths` and `paths-ignore` config options as action inputs. This is straightforward enough to...
Yes, this is on our roadmap and we will be looking at this.
Yes, that does seem suspicious. For now, can you change the language property to `ja`? I will investigate further.
Apologies for not following up until now. I think the pattern we would want to use is this: `^[a-zA-Z]{2}(-[a-zA-Z]{2})?$`. @lcartey, does this look right to you?
Hmmmm...The regex `^[a-zA-Z]{2}(-[a-zA-Z]{2})?$` _does_ match `en-US`. Is it possible that `instance.runs[0].tool.driver.language` the value at is actually something different? Or possibly that the sarif generated on Actions is different from the...
Thanks for your report. This is not the right place to raise the issue, but I will contact the team maintaining code scanning and they will get back to you.
@WaKeMaTTa Make sure to enable advanced security on your repository. The [docs are here](https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository). If you are still seeing problems, please raise a new issue and include the relevant parts...
Please take a look at [Enabling Advanced Security Features](https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). You will need an enterprise account to enable Advanced Security on private repositories.
When you get that error message, it's usually because your permissions block is incorrect. I see you have `permissions: write-all`, which should work. However, this is actually a little overly...