Skip to content

Commit c720d71

Browse files
committed
ci: pin GitHub Actions to latest releases and Node 24 LTS
Pin floating majors (checkout@v7 → v7.0.1, etc.), bump remaining third-party actions, and keep CI/runtime Node on 24 Active LTS.
1 parent b4238c5 commit c720d71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v7
30+
uses: actions/checkout@v7.0.1
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v4.37.7

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v7
16+
- uses: actions/checkout@v7.0.1
1717
with:
1818
fetch-depth: 0
1919
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)