Skip to content

chore: bump gh-aw-firewall to v0.27.28 #8685

chore: bump gh-aw-firewall to v0.27.28

chore: bump gh-aw-firewall to v0.27.28 #8685

Re-run triggered July 9, 2026 05:41
Status Success
Total duration 2m 19s
Artifacts

cjs.yml

on: pull_request
js-typecheck
39s
js-typecheck
impacted-js-tests
2m 1s
impacted-js-tests
lint-js
1m 9s
lint-js
Artifact API Integration
29s
Artifact API Integration
Matrix: js-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-js: actions/setup/js/assign_to_agent.cjs#L118
`new Error(...)` inside catch (error) references error but omits `{ cause: error }` — the original stack trace will be lost. Add `{ cause: error }` as the second argument
lint-js: actions/setup/js/apply_samples.cjs#L539
Wrap fs.appendFileSync(logPath) in try/catch — synchronous fs methods throw on I/O errors (missing file, permission denied, disk full) and will crash the action if unhandled
lint-js: actions/setup/js/apply_samples.cjs#L443
`new Error(...)` inside catch (err) references err but omits `{ cause: err }` — the original stack trace will be lost. Add `{ cause: err }` as the second argument
lint-js: actions/setup/js/apply_samples.cjs#L403
Wrap fs.writeFileSync(tmpPatch) in try/catch — synchronous fs methods throw on I/O errors (missing file, permission denied, disk full) and will crash the action if unhandled
lint-js: actions/setup/js/apply_samples.cjs#L67
`new Error(...)` inside catch (err) references err but omits `{ cause: err }` — the original stack trace will be lost. Add `{ cause: err }` as the second argument
lint-js: actions/setup/js/apply_safe_outputs_replay.cjs#L102
Wrap fs.readFileSync(agentOutputFile) in try/catch — synchronous fs methods throw on I/O errors (missing file, permission denied, disk full) and will crash the action if unhandled
lint-js: actions/setup/js/add_workflow_run_comment.cjs#L442
Avoid using a string concatenation expression as the route argument of github.request(). Use the typed placeholder form instead — e.g. github.request("GET /repos/{owner}/{repo}", { owner, repo }) — to preserve typed dispatch and prevent malformed paths
lint-js: actions/setup/js/add_reaction_and_edit_comment.cjs#L266
Avoid using a template literal with interpolations as the route argument of github.request(). Use the typed placeholder form instead — e.g. github.request("GET /repos/{owner}/{repo}", { owner, repo }) — to preserve typed dispatch and prevent malformed paths
lint-js: actions/setup/js/add_reaction.cjs#L193
Avoid using a template literal with interpolations as the route argument of github.request(). Use the typed placeholder form instead — e.g. github.request("GET /repos/{owner}/{repo}", { owner, repo }) — to preserve typed dispatch and prevent malformed paths
lint-js: actions/setup/js/action_setup_otlp.cjs#L43
Wrap fs.appendFileSync(filePath) in try/catch — synchronous fs methods throw on I/O errors (missing file, permission denied, disk full) and will crash the action if unhandled