Skip to content

Commit 3015493

Browse files
committed
grant checks:write so rustsec/audit-check can post results
The action completes the audit itself fine but fails to POST a check run annotation without checks:write at the workflow level. Current surfaced finding is RUSTSEC-2023-0086 (lexical-core 0.8.5 soundness, informational only — no vulnerabilities).
1 parent 39334ea commit 3015493

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ concurrency:
1111

1212
permissions:
1313
contents: read
14+
# rustsec/audit-check posts results as a check run on the commit.
15+
checks: write
1416

1517
env:
1618
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)