mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 14:21:50 +00:00
The `if:` key on the "Upload SARIF results to code scanning" step had no
indentation, producing invalid YAML ("Nested mappings are not allowed in
compact mappings"). This broke `npm run format-check` (prettier) in Basic
validation.
Indent `if:` to 8 spaces so it nests under the step alongside uses/with.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| basic-validation.yml | ||
| check-dist.yml | ||
| codeql-analysis.yml | ||
| e2e-cache-dependency-path.yml | ||
| e2e-cache.yml | ||
| e2e-local-file.yml | ||
| e2e-publishing.yml | ||
| e2e-versions.yml | ||
| licensed.yml | ||
| publish-immutable-actions.yml | ||
| release-new-action-version.yml | ||
| update-config-files.yml | ||
| zizmor.yml | ||