feat(annotations): add Annotations API (#1959) #2286
lint.yml
on: push
Github Actions lint
15s
Matrix: ruff
Annotations
1 error
|
Github Actions lint:
.github/workflows/check-pull-request.yml#L12
[actionlint] reported by reviewdog 🐶
"github.event.pull_request.title" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/reference/security/secure-use#good-practices-for-mitigating-script-injection-attacks for more details [expression]
Raw Output:
e:.github/workflows/check-pull-request.yml:12:40: "github.event.pull_request.title" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/reference/security/secure-use#good-practices-for-mitigating-script-injection-attacks for more details [expression]
|