Skip to content

Commit 7621e4a

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 2909018 commit 7621e4a

20 files changed

Lines changed: 97 additions & 97 deletions

.github/workflows/agentics-maintenance.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
issues: write
9797
steps:
9898
- name: Checkout repository
99-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100100
with:
101101
persist-credentials: false
102102

103103

104104
- name: Setup Go
105-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
105+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
106106
with:
107107
go-version-file: go.mod
108108
cache: true
@@ -137,10 +137,10 @@ jobs:
137137
contents: read
138138
steps:
139139
- name: Checkout repository
140-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
141141

142142
- name: Setup Go
143-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
143+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
144144
with:
145145
go-version-file: go.mod
146146
cache: true
@@ -167,7 +167,7 @@ jobs:
167167
persist-credentials: false
168168

169169
- name: Setup Node.js
170-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
170+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
171171
with:
172172
node-version: '22'
173173

.github/workflows/bot-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Precompute deterministic findings
3333
id: precompute
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
with:
3636
github-token: ${{ secrets.GH_AW_BOT_DETECTION_TOKEN || secrets.GITHUB_TOKEN }}
3737
script: |

0 commit comments

Comments
 (0)