Skip to content

Commit 8ef1c79

Browse files
committed
add socket tier 1 scan workflow
1 parent 5d37f46 commit 8ef1c79

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/socket-scan.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
@@ -34,6 +33,12 @@ on:
3433
permissions:
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+
3742
jobs:
3843
socket-scan:
3944
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)