Skip to content

Commit 2673b31

Browse files
committed
Bump actions
1 parent 465bbf9 commit 2673b31

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v2
43+
uses: github/codeql-action/init@v3
4444
with:
4545
languages: ${{ matrix.language }}
4646
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v2
56+
uses: github/codeql-action/autobuild@v3
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -66,4 +66,4 @@ jobs:
6666
# ./location_of_script_within_repo/buildscript.sh
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@v2
69+
uses: github/codeql-action/analyze@v3

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
module-system: [cjs, esm]
16-
node-version: [18, 20]
16+
node-version: [20, 22, 23]
1717
arangodb-version:
18-
- arangodb/arangodb:3.11.8
19-
- arangodb/enterprise:3.11.8
20-
- arangodb/arangodb:3.12.0
21-
- arangodb/enterprise:3.12.0
18+
- arangodb/arangodb:3.11.12
19+
- arangodb/enterprise:3.11.12
20+
- arangodb/arangodb:3.12.3
21+
- arangodb/enterprise:3.12.3
2222
- arangodb/arangodb-test:devel-nightly
2323
- arangodb/enterprise-test:devel-nightly
2424

@@ -49,8 +49,8 @@ jobs:
4949
strategy:
5050
matrix:
5151
arangodb-version:
52-
- arangodb/arangodb:3.11.8
53-
- arangodb/arangodb:3.12.0
52+
- arangodb/arangodb:3.11.12
53+
- arangodb/arangodb:3.12.3
5454
- arangodb/arangodb-test:devel-nightly
5555

5656
container:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "arangojs",
55
"version": "10.0.0",
66
"engines": {
7-
"node": ">=18"
7+
"node": ">=20"
88
},
99
"license": "Apache-2.0",
1010
"description": "The official ArangoDB JavaScript driver.",

0 commit comments

Comments
 (0)