File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions: read-all
66
77# update in build.yml and codeql.yml at same time
88env :
9- PROTOC_VERSION : " 33.4 "
9+ PROTOC_VERSION : " 35.1 "
1010
1111jobs :
1212 build :
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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions: read-all
1515
1616# update in build.yml and codeql.yml at same time
1717env :
18- PROTOC_VERSION : " 33.4 "
18+ PROTOC_VERSION : " 35.1 "
1919
2020on :
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.
8181 - run : npm test
8282
8383 - name : Perform CodeQL Analysis
84- uses : github/codeql-action/analyze@v3
84+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments