Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/serviceoffercontroller/scalar_html.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package serviceoffercontroller
// payload never drifts silently. After a bump, refresh the SRI hash below
// with scripts/update-scalar-sri.sh (the renovate PR body links it too).
// renovate: datasource=npm depName=@scalar/api-reference
const scalarBundleVersion = "1.62.1"
const scalarBundleVersion = "1.62.4"

// scalarBundleSRI is the Subresource Integrity hash for the pinned bundle.
// The /api page is served over the public tunnel, so the third-party Scalar
Expand All @@ -16,7 +16,7 @@ const scalarBundleVersion = "1.62.1"
// bundle and rewrites this constant). The hash is taken over the exact
// (jsdelivr-minified) bytes that the pinned URL serves; it must be refreshed
// in lockstep with scalarBundleVersion or the browser will block the script.
const scalarBundleSRI = "sha384-PbtNjho0PH2QGB1/2Su//W99xhKoSNGumXARK4KrO/4daQHPSI4029R1KQtXcaw5"
const scalarBundleSRI = "sha384-8krtlmjW90KNKDXFfcFls2ueiU+9/jzPmL/C2r7Y2NPh9KWCau8HyweAvBvm/y0y"

// scalarHTML returns the static HTML shell served at /api. It loads the
// pinned @scalar/api-reference bundle from jsdelivr, points it at the
Expand Down