Skip to content

Commit e332f78

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

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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: |

.github/workflows/daily-syntax-error-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ timeout-minutes: 20
3333
strict: true
3434
steps:
3535
- name: Setup Go
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version-file: go.mod
3939
cache: true

.github/workflows/hourly-ci-cleaner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ci_run_id: ${{ steps.ci_check.outputs.ci_run_id }}
5151
steps:
5252
- name: Checkout repository
53-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
with:
5555
persist-credentials: false
5656
- name: Check last CI workflow run status on main branch

.github/workflows/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Compute release configuration
5353
id: compute_config
54-
uses: actions/github-script@v7
54+
uses: actions/github-script@v8
5555
with:
5656
script: |
5757
const releaseType = context.payload.inputs.release_type;
@@ -172,7 +172,7 @@ jobs:
172172
echo "✓ Tag created: $RELEASE_TAG"
173173
174174
- name: Setup Go
175-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
175+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
176176
with:
177177
go-version-file: go.mod
178178
cache: false # Disabled for release security - prevent cache poisoning attacks

.github/workflows/super-linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
retention-days: 7
7474
steps:
7575
- name: Download super-linter log
76-
uses: actions/download-artifact@v6
76+
uses: actions/download-artifact@v7
7777
with:
7878
name: super-linter-log
7979
path: /tmp/gh-aw/

0 commit comments

Comments
 (0)