Skip to content

Commit 76eb863

Browse files
Update github-actions
1 parent d6ba8dc commit 76eb863

23 files changed

Lines changed: 615 additions & 258 deletions

.github/scripts/package-lock.json

Lines changed: 542 additions & 185 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"license": "ISC",
1111
"description": "",
1212
"dependencies": {
13-
"@actions/core": "^1.11.1",
14-
"@actions/github": "^6.0.1"
13+
"@actions/core": "^3.0.0",
14+
"@actions/github": "^9.0.0"
1515
},
1616
"devDependencies": {
17-
"@types/node": "^22.15.29",
18-
"typescript": "^5.8.3"
17+
"@types/node": "^24.0.0",
18+
"typescript": "^7.0.0"
1919
}
2020
}

.github/turbo-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The ubuntu:22.04 base pins the built binaries' glibc symbol floor at
1111
# 2.34 (RHEL 9, Ubuntu 22.04+, Debian 12+) independently of the runner
1212
# image — same floor as the previous `container: ubuntu:22.04` legs.
13-
FROM ubuntu:22.04
13+
FROM ubuntu:26.04
1414

1515
ARG PHP_MINOR
1616
ENV DEBIAN_FRONTEND=noninteractive

.github/workflows/apiref-infra.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
egress-policy: audit
3232

3333
- name: "Checkout"
34-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
34+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535

3636
- name: "Install Node"
37-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3838
with:
39-
node-version: "22"
39+
node-version: "24"
4040
cache: "npm"
4141
cache-dependency-path: apigen/infra/package-lock.json
4242

@@ -72,12 +72,12 @@ jobs:
7272
egress-policy: audit
7373

7474
- name: "Checkout"
75-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
75+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676

7777
- name: "Install Node"
78-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
78+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
7979
with:
80-
node-version: "22"
80+
node-version: "24"
8181
cache: "npm"
8282
cache-dependency-path: apigen/infra/package-lock.json
8383

.github/workflows/apiref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
egress-policy: audit
3636

3737
- name: "Checkout"
38-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
38+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939

4040
- name: "Install PHP"
4141
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2

.github/workflows/backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
egress-policy: audit
3333

3434
- name: "Checkout"
35-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
35+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
with:
3737
fetch-depth: 0
3838

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
egress-policy: audit
4242

4343
- name: "Checkout base branch"
44-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
44+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4545

4646
- name: "Install PHP"
4747
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2
@@ -113,7 +113,7 @@ jobs:
113113
egress-policy: audit
114114

115115
- name: "Checkout"
116-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
116+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
117117

118118
- name: "Install PHP"
119119
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2

.github/workflows/build-issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit
4343

4444
- name: "Checkout"
45-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
45+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646

4747
- name: "Install PHP"
4848
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2

.github/workflows/changelog-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
egress-policy: audit
3636

3737
- name: "Checkout"
38-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
38+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939

4040
- name: "Install PHP"
4141
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: audit
2727

2828
- name: "Checkout"
29-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}

0 commit comments

Comments
 (0)