Skip to content

Commit 24815b7

Browse files
committed
Bump runners to node 24 and protobuf 35.1
1 parent c1f8dde commit 24815b7

3 files changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: read-all
66

77
# update in build.yml and codeql.yml at same time
88
env:
9-
PROTOC_VERSION: "33.4"
9+
PROTOC_VERSION: "35.1"
1010

1111
jobs:
1212
build:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
27-
node-version: 20
27+
node-version: 24
2828
cache: ${{ !env.ACT && 'npm' || '' }} # cache API not available in ACT
2929

3030
- name: Install Protoc
@@ -83,14 +83,14 @@ jobs:
8383

8484

8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v6
8787

88-
- uses: actions/download-artifact@v4
88+
- uses: actions/download-artifact@v8
8989
if: ${{ !env.ACT }}
9090
with:
9191
name: js
9292

93-
- uses: bazel-contrib/setup-bazel@0.15.0
93+
- uses: bazel-contrib/setup-bazel@0.19.0
9494
with:
9595
token: ${{ secrets.GITHUB_TOKEN }}
9696

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515

1616
# update in build.yml and codeql.yml at same time
1717
env:
18-
PROTOC_VERSION: "33.4"
18+
PROTOC_VERSION: "35.1"
1919

2020
on:
2121
push:
@@ -49,11 +49,11 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3
56+
uses: github/codeql-action/init@v4
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,4 +81,4 @@ jobs:
8181
- run: npm test
8282

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@v3
84+
uses: github/codeql-action/analyze@v4

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)