File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Socket reachability scan for freighter.
2+ # For general Socket reachability documentation, see https://docs.socket.dev/docs/full-application-reachability
23# Multi-eco: Node (yarn — yarn.lock + many sub-packages) + Ruby (Gemfile at root).
34#
4- # Schedule: Sat 09:36 UTC weekly. The 129-repo fleet is
5- # spread across Sat 00:00 – Mon 03:12 UTC with 24-minute spacing to avoid
6- # Socket API rate limiting. Use workflow_dispatch to run on demand.
5+ # Schedule: Sat 09:36 UTC weekly. Use workflow_dispatch to run on demand.
76#
87# ============================================================================
98# Socket scan — reading the job status. (The scan step below produces this: an
3433permissions :
3534 contents : read
3635
36+ env :
37+ # Force JS-based GitHub actions (actions/checkout, actions/setup-*, etc.) to
38+ # use Node 24 instead of the soon-to-be-deprecated Node 20. Safe to remove
39+ # after 2026-06-16 (when Node 24 becomes the default and this becomes a no-op).
40+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
41+
3742jobs :
3843 socket-scan :
3944 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments