build(deps): bump shell-quote from 1.8.3 to 1.8.4 #2042
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ─── BEGIN fleet-canonical (managed by socket-wheelhouse sync) ── | |
| # Managed by socket-wheelhouse. Don't edit this block locally — edit | |
| # template/.github/workflows/ci.yml upstream and re-cascade via `pnpm run sync`. | |
| # The `jobs:` section is BELOW the END marker: the `ci:` reusable-workflow call | |
| # (its `uses:` SHA is managed separately by the registry-pin cascade) plus any | |
| # repo-owned jobs. The sync preserves everything below the END marker. | |
| # See scripts/repo/sync-scaffolding/checks/workflow-fleet-block.mts. | |
| name: ⚡ CI | |
| # Dependencies: | |
| # - SocketDev/socket-registry/.github/workflows/ci.yml | |
| on: | |
| push: | |
| branches: [main] | |
| tags: ['*'] | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| # ─── END fleet-canonical ──────────────────────────────────────── | |
| jobs: | |
| ci: | |
| name: Run CI Pipeline | |
| uses: SocketDev/socket-registry/.github/workflows/ci.yml@1710ff0c384b95e23651b84da9f90f90e7c32e52 # main (2026-05-28) |