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
19 changes: 19 additions & 0 deletions .github/workflows/scrub-socket-firewall-lockfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Repair lockfile registry URLs

on:
pull_request:
paths: [bun.lock]

permissions: {}

jobs:
repair:
name: Repair bun.lock
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write
steps:
# Reads the PR head through GitHub's API; no checkout or install is needed.
- name: Repair Socket Firewall URLs
uses: workos/setup-socket-firewall/lockfile-scrub@195977cfa38ab4d70363af5403a106dbc54a61eb # v1
Comment thread
peakematt marked this conversation as resolved.