• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prisma-risk / tsoracle / 26478793068
95%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 10:35PM UTC
Jobs 1
Files 89
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 May 2026 10:28PM UTC coverage: 94.991%. Remained the same
26478793068

push

github

web-flow
fix(release-sign): use @v2.1.0 tag ref (SLSA generator rejects SHA pins) (#533)

fix(release-sign): use tag ref for SLSA generator (it rejects SHA pins)

The SLSA generator's internal generate-builder.sh validates the calling
ref against `refs/tags/vX\.Y\.Z` and refuses anything else with:

  Fetching the builder with ref: <sha>
  Invalid ref: <sha>. Expected ref of the form refs/tags/vX.Y.Z

That's because the script downloads the prebuilt generator binary from
the GitHub release matching the tag — there's no equivalent operation
keyed on a commit SHA. Subsequent steps that try to invoke the binary
then fail with "No such file or directory" (exit 127).

The SLSA project anchors integrity differently from typical actions:
the hash of the generator binary is hardcoded in the workflow at each
tagged release, and the workflow_call boundary itself is what gets
pinned by tag. SHA-pinning the reusable workflow file is intentionally
not supported.

Switch to `@v2.1.0`. Add a comment explaining why this single uses:
line departs from the repo's "all actions SHA-pinned" convention so
nobody re-SHA-pins it during a future audit.

Observed in run 26478005951.

13445 of 14154 relevant lines covered (94.99%)

402862.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26478793068.1 26 May 2026 10:35PM UTC 89
94.99
GitHub Action Run
Source Files on build 26478793068
  • Tree
  • List 89
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26478793068
  • 5fbdb688 on github
  • Prev Build on main (#26478407476)
  • Next Build on main (#26479209265)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc